JRubik v0.6

es.aeat.eett.plugins.action_hssf
Class ActionToHssf

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

public class ActionToHssf
extends PluginImpl

Author:
f00992

en: Exports the current main windows active component contents to Excel format. It supports the following components: tableRubikPlugin, tableDrillThrough, scrollBasicStat

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


Nested Class Summary
(package private)  class ActionToHssf.ActionToExcel
           
 
Field Summary
private  javax.swing.Action actionToExcel
           
private  javax.swing.Icon icon_up
           
private static org.apache.log4j.Logger logger
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
ActionToHssf()
           
 
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

actionToExcel

private javax.swing.Action actionToExcel
Constructor Detail

ActionToHssf

public ActionToHssf()
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