Package ca.phon.script.params.ui
Class PatternScriptParamListener
java.lang.Object
javax.swing.AbstractAction
ca.phon.script.params.ui.ScriptParamAction
ca.phon.script.params.ui.PatternScriptParamListener
- 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
ConstructorDescriptionPatternScriptParamListener
(PatternScriptParam param, String id, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea
void
void
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
-
PatternScriptParamListener
public PatternScriptParamListener(PatternScriptParam param, String id, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
-
-
Method Details
-
getTextArea
public org.fife.ui.rsyntaxtextarea.RSyntaxTextArea getTextArea() -
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-