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
ConstructorsConstructorDescriptionBooleanScriptParam(String id, String labelText, String desc, Boolean defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionGet the string representation of this param.voidMethods 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:ScriptParamGet the string representation of this param.- Specified by:
getStringRepresentationin classScriptParam
-
getLabelText
-
setValue
- Overrides:
setValuein classScriptParam
-