Class SeparatorScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.script.params.SeparatorScriptParam
-
Field Summary
FieldsFields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP -
Constructor Summary
ConstructorsConstructorDescriptionSeparatorScriptParam(String desc) Deprecated.SeparatorScriptParam(String desc, boolean collapsed) Deprecated.SeparatorScriptParam(String id, String title, boolean collapsed) -
Method Summary
Modifier and TypeMethodDescriptionGet the string representation of this param.booleanvoidsetCollapsed(boolean collapsed) 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
-
Field Details
-
COLLAPSED_PROP
-
-
Constructor Details
-
SeparatorScriptParam
-
SeparatorScriptParam
Deprecated. -
SeparatorScriptParam
Deprecated.
-
-
Method Details
-
isCollapsed
public boolean isCollapsed() -
setCollapsed
public void setCollapsed(boolean collapsed) -
setValue
- Overrides:
setValuein classScriptParam
-
getStringRepresentation
Description copied from class:ScriptParamGet the string representation of this param.- Specified by:
getStringRepresentationin classScriptParam
-