JRubik v0.6

es.aeat.eett.plugins.tableDrillThrough
Class JScrolltableDrillThrough

java.lang.Object
  extended byes.aeat.eett.jRubik.plugins.PluginImpl
      extended byes.aeat.eett.plugins.tableDrillThrough.JScrolltableDrillThrough
All Implemented Interfaces:
java.util.EventListener, com.tonbeller.jpivot.core.ModelChangeListener, Plugin

public class JScrolltableDrillThrough
extends PluginImpl
implements com.tonbeller.jpivot.core.ModelChangeListener

Author:
f00992

en: This plugin encapsulates the JScrollDrillThroughPrintable component.

es: Este plugin proporciona un JScrollDrillThroughPrintable.


Field Summary
(package private)  boolean pluginListenerIsRegistrado
           
private  JScrollDrillThroughPrintable scrollDrillThrough
           
private  JTableSimplePrint table
           
private  TableRubik tableRubik
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
JScrolltableDrillThrough()
           
 
Method Summary
 java.lang.Object getPluginObject(PluginListener pluginListener)
           
 void modelChanged(com.tonbeller.jpivot.core.ModelChangeEvent arg0)
           
 void setAutoUpdate(boolean autoUpdate)
           
 void structureChanged(com.tonbeller.jpivot.core.ModelChangeEvent arg0)
           
private  void updateTable()
           en: es: Cuando cambia OlapModel si la table DrillThrough no esta vacia se limpia (vacia)
 
Methods inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
addPluginListener, fireGetInfoPlugins, fireGetPluginObject, firePluginHide, firePluginSetFocus, isAutoUpdate, removePluginListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scrollDrillThrough

private JScrollDrillThroughPrintable scrollDrillThrough

tableRubik

private TableRubik tableRubik

table

private JTableSimplePrint table

pluginListenerIsRegistrado

boolean pluginListenerIsRegistrado
Constructor Detail

JScrolltableDrillThrough

public JScrolltableDrillThrough()
Method Detail

getPluginObject

public java.lang.Object getPluginObject(PluginListener pluginListener)
                                 throws PluginException
Specified by:
getPluginObject in interface Plugin
Throws:
PluginException

updateTable

private void updateTable()

en:

es: Cuando cambia OlapModel si la table DrillThrough no esta vacia se limpia (vacia)


setAutoUpdate

public void setAutoUpdate(boolean autoUpdate)
Specified by:
setAutoUpdate in interface Plugin
Overrides:
setAutoUpdate in class PluginImpl
Parameters:
autoUpdate - The autoUpdate to set.

modelChanged

public void modelChanged(com.tonbeller.jpivot.core.ModelChangeEvent arg0)
Specified by:
modelChanged in interface com.tonbeller.jpivot.core.ModelChangeListener
See Also:
ModelChangeListener.modelChanged(com.tonbeller.jpivot.core.ModelChangeEvent)

structureChanged

public void structureChanged(com.tonbeller.jpivot.core.ModelChangeEvent arg0)
Specified by:
structureChanged in interface com.tonbeller.jpivot.core.ModelChangeListener
See Also:
ModelChangeListener.structureChanged(com.tonbeller.jpivot.core.ModelChangeEvent)

JRubik v0.6

JRubik v0.6