Class TierSelectionScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.query.script.params.TierSelectionScriptParam
-
Field Summary
FieldsFields 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.getTier()booleanbooleanvoidvoidsetRequired(boolean required) voidvoidsetTooltipText(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
-
VALIDATE_PROP
-
TOOLTIP_TEXT_PROP
-
-
Constructor Details
-
TierSelectionScriptParam
-
-
Method Details
-
getTier
-
setTier
-
setPrompt
-
getPrompt
-
isValidate
public boolean isValidate() -
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
setValidate
public void setValidate(boolean validate) -
setTooltipText
-
getTooltipText
-
getStringRepresentation
Description copied from class:ScriptParamGet the string representation of this param.- Specified by:
getStringRepresentationin classScriptParam
-