Class TierListScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.query.script.params.TierListScriptParam
-
Field Summary
FieldsFields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGet the string representation of this param.booleanbooleanvoidremoveTier(String tiername) voidvoidsetRequired(boolean required) voidsetTiers(Collection<String> tierList) voidsetTooltipText(String tooltipText) voidsetValidate(boolean validate) tierSet()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
-
TierListScriptParam
-
-
Method Details
-
tierSet
-
addTier
-
removeTier
-
setTiers
-
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
-