JRubik v0.6

es.aeat.eett.plugins.action_pdf
Class ActionToPdf

java.lang.Object
  extended byes.aeat.eett.jRubik.plugins.PluginImpl
      extended byes.aeat.eett.plugins.action_pdf.ActionToPdf
All Implemented Interfaces:
Plugin

public class ActionToPdf
extends PluginImpl

Author:
f00992

en: Exports the main window active plugin component to PDF format. It supports the following components: tableRubikPlugin, tableDrillThrough, scrollBasicStat

es: Este plugin exporta a PDF el contenido del plugin activo en la ventana principal. Soporta los siguientes componentes;
tableRubikPlugin, tableDrillThrough, scrollBasicStat


Nested Class Summary
(package private)  class ActionToPdf.ActionPdf
           
 
Field Summary
private  javax.swing.Action actionPdf
           
private  ConfiPdf confiPdf
           
private  javax.swing.Icon icon_up
           
private static org.apache.log4j.Logger logger
           
private  boolean pluginListenerIsRegistrado
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
ActionToPdf()
           
 
Method Summary
 java.lang.Object getPluginObject(PluginListener pluginListener)
           
 
Methods inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
addPluginListener, fireGetInfoPlugins, fireGetPluginObject, firePluginHide, firePluginSetFocus, isAutoUpdate, removePluginListener, setAutoUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.log4j.Logger logger

icon_up

private javax.swing.Icon icon_up

actionPdf

private javax.swing.Action actionPdf

confiPdf

private ConfiPdf confiPdf

pluginListenerIsRegistrado

private boolean pluginListenerIsRegistrado
Constructor Detail

ActionToPdf

public ActionToPdf()
Method Detail

getPluginObject

public java.lang.Object getPluginObject(PluginListener pluginListener)
                                 throws PluginException
Throws:
PluginException
See Also:
Plugin.getPluginObject(PluginListener)

JRubik v0.6

JRubik v0.6