|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.adufour.ezplug.EzComponent
plugins.adufour.ezplug.EzVar<java.lang.Boolean>
plugins.adufour.ezplug.EzVarBoolean
public class EzVarBoolean
Boolean variable for the ezPlug framework. Creates a JCheckBox component to select between true and false
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 |
---|
public EzVarBoolean(java.lang.String varName, boolean defaultValue)
varName
- the name of the variabledefaultValue
- the default state of the JCheckBox
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |