Package ca.phon.query.script.params
Class TierSelectionScriptParam
java.lang.Object
ca.phon.script.params.ScriptParam
ca.phon.query.script.params.TierSelectionScriptParam
-
Field Summary
Fields inherited from class ca.phon.script.params.ScriptParam
ENABLED_PROP, propSupport, VISIBLE_PROP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the string representation of this param.getTier()
boolean
boolean
void
void
setRequired
(boolean required) void
void
setTooltipText
(String tooltipText) void
setValidate
(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:ScriptParam
Get the string representation of this param.- Specified by:
getStringRepresentation
in classScriptParam
-