Package ca.phon.script.params
Class SeparatorScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.script.params.SeparatorScriptParam
-
Field Summary
Fields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP
-
Constructor Summary
ConstructorDescriptionSeparatorScriptParam
(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.boolean
void
setCollapsed
(boolean collapsed) 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
-
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:
setValue
in classScriptParam
-
getStringRepresentation
Description copied from class:ScriptParam
Get the string representation of this param.- Specified by:
getStringRepresentation
in classScriptParam
-