es.aeat.eett.plugins.basicStat
Class ScrollPlugin
java.lang.Object
es.aeat.eett.jRubik.plugins.PluginImpl
es.aeat.eett.plugins.basicStat.ScrollPlugin
- All Implemented Interfaces:
- java.util.EventListener, com.tonbeller.jpivot.core.ModelChangeListener, Plugin
- public class ScrollPlugin
- extends PluginImpl
- implements com.tonbeller.jpivot.core.ModelChangeListener
- Author:
- f00992
en:
Encapsulates a Scroll panel that show the statistical table.
es:
Este plugin encapsula el panel scroll que
muestra la tabla de datos estadisticos.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scroll
private ScrollTablePrint scroll
table
private JTableSimplePrint table
tableRubik
private TableRubik tableRubik
jTableUtil
private JTableUtil jTableUtil
locale
private java.util.Locale locale
ScrollPlugin
public ScrollPlugin()
getPluginObject
public java.lang.Object getPluginObject(PluginListener pluginListener)
throws PluginException
- Specified by:
getPluginObject
in interface Plugin
- Throws:
PluginException
updateTable
private void updateTable()
- Cuando cambia OlapModel se limplia la table de Estadisticas basicas
(Si no estaba ya limpia)
updateScroll
public void updateScroll()
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