plugins.adufour.ezplug
Class EzVarBoolean

java.lang.Object
  extended by plugins.adufour.ezplug.EzComponent
      extended by plugins.adufour.ezplug.EzVar<java.lang.Boolean>
          extended by plugins.adufour.ezplug.EzVarBoolean
All Implemented Interfaces:
VarListener<java.lang.Boolean>

public class EzVarBoolean
extends EzVar<java.lang.Boolean>

Boolean variable for the ezPlug framework. Creates a JCheckBox component to select between true and false

Author:
Alexandre Dufour

Field Summary
 
Fields inherited from class plugins.adufour.ezplug.EzComponent
name, visible
 
Constructor Summary
EzVarBoolean(java.lang.String varName, boolean defaultValue)
          Constructs a new input variable holding a boolean value with a JCheckBox for graphical user interface
 
Method Summary
 
Methods inherited from class plugins.adufour.ezplug.EzVar
addTo, addVarChangeListener, addVisibilityTriggerTo, dispose, fireVariableChanged, getDefaultValues, getValue, getValue, getVarEditor, getVariable, isEnabled, referenceChanged, removeAllVarChangeListeners, removeVarChangeListener, setDefaultValues, setEnabled, setOptional, setToolTipText, setValue, setVisible, toString, updateVisibilityChain, valueChanged
 
Methods inherited from class plugins.adufour.ezplug.EzComponent
getGroup, getVisible, isVisible, setGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EzVarBoolean

public EzVarBoolean(java.lang.String varName,
                    boolean defaultValue)
Constructs a new input variable holding a boolean value with a JCheckBox for graphical user interface

Parameters:
varName - the name of the variable
defaultValue - the default state of the JCheckBox