JRubik v0.6

es.aeat.eett.plugins.basicStat
Class ScrollPlugin

java.lang.Object
  extended byes.aeat.eett.jRubik.plugins.PluginImpl
      extended byes.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.


Field Summary
private  JTableUtil jTableUtil
           
private  java.util.Locale locale
           
private  ScrollTablePrint scroll
           
private  JTableSimplePrint table
           
private  TableRubik tableRubik
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
ScrollPlugin()
           
 
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)
           
 void updateScroll()
           
private  void updateTable()
          Cuando cambia OlapModel se limplia la table de Estadisticas basicas (Si no estaba ya limpia)
 
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

scroll

private ScrollTablePrint scroll

table

private JTableSimplePrint table

tableRubik

private TableRubik tableRubik

jTableUtil

private JTableUtil jTableUtil

locale

private java.util.Locale locale
Constructor Detail

ScrollPlugin

public ScrollPlugin()
Method Detail

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

JRubik v0.6