JRubik v0.6

es.aeat.eett.plugins.show_sum
Class ShowSum

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

public class ShowSum
extends PluginImpl

Author:
f00992

en: This plugin listen to the selection changes in the 'tableRubik' component and shows the sum of the selected cells. It requires 'tableRubikPlugin' and 'scrollBasicStat' plugins.

es: Este plugin escucha los cambios en la seleccion de 'tableRubik' e informa de la suma de las celdas seleccionadas. Requiere los plugins 'tableRubikPlugin' y 'scrollBasicStat'


Field Summary
(package private)  boolean pluginListenerIsRegistrado
           
private  java.lang.Boolean showSum
           
 
Fields inherited from class es.aeat.eett.jRubik.plugins.PluginImpl
autoUpdate, controladores
 
Constructor Summary
ShowSum()
           
 
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

showSum

private java.lang.Boolean showSum

pluginListenerIsRegistrado

boolean pluginListenerIsRegistrado
Constructor Detail

ShowSum

public ShowSum()
Method Detail

getPluginObject

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

JRubik v0.6

JRubik v0.6