Package ca.phon.script.params.ui
Class StringScriptParamListener
java.lang.Object
javax.swing.AbstractAction
ca.phon.script.params.ui.ScriptParamAction
ca.phon.script.params.ui.StringScriptParamListener
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
,DocumentListener
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorDescriptionStringScriptParamListener
(ScriptParam param, String id, PromptedTextField textField) -
Method Summary
Methods inherited from class ca.phon.script.params.ui.ScriptParamAction
getParamId, getScriptParam
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
StringScriptParamListener
-
-
Method Details
-
getTextField
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-