Class StringScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.script.params.StringScriptParam
- Direct Known Subclasses:
PatternScriptParam
String entry for script parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty for prompt textstatic final Stringstatic final StringFields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the string representation of this param.booleanbooleanvoidvoidsetRequired(boolean required) voidsetTooltipText(String tooltipText) voidsetValidate(boolean validate) 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, setValue, setVisible
-
Field Details
-
PROMPT_PROP
Property for prompt text -
VALIDATE_PROP
-
TOOLTIP_TEXT_PROP
-
-
Constructor Details
-
StringScriptParam
-
-
Method Details
-
getStringRepresentation
Description copied from class:ScriptParamGet the string representation of this param.- Specified by:
getStringRepresentationin classScriptParam
-
setPrompt
-
getPrompt
-
isValidate
public boolean isValidate() -
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
setValidate
public void setValidate(boolean validate) -
setTooltipText
-
getTooltipText
-