Package ca.phon.script.params
Class BooleanScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.script.params.BooleanScriptParam
-
Field Summary
Fields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP
-
Constructor Summary
ConstructorDescriptionBooleanScriptParam
(String id, String labelText, String desc, Boolean defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionGet the string representation of this param.void
Methods inherited from class ca.phon.script.params.ScriptParam
addPropertyChangeListener, addPropertyChangeListener, getDefaultValue, getParamDesc, getParamId, getParamIds, getParamType, getPropertyChangeListeners, getPropertyChangeListeners, getValue, getVisible, hasChanged, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setDefaultValue, setEnabled, setParamDesc, setParamType, setVisible
-
Constructor Details
-
BooleanScriptParam
-
-
Method Details
-
getStringRepresentation
Description copied from class:ScriptParam
Get the string representation of this param.- Specified by:
getStringRepresentation
in classScriptParam
-
getLabelText
-
setValue
- Overrides:
setValue
in classScriptParam
-