org.fife.ui.rsyntaxtextarea
Class RSyntaxTextAreaEditorKit.SelectWordAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
org.fife.ui.rtextarea.RecordableTextAction
org.fife.ui.rtextarea.RTextAreaEditorKit.SelectWordAction
org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaEditorKit.SelectWordAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- RSyntaxTextAreaEditorKit
public static class RSyntaxTextAreaEditorKit.SelectWordAction
- extends RTextAreaEditorKit.SelectWordAction
Selects the word around the caret. This class is here to better
handle selecting "words" in programming languages.
- See Also:
- Serialized Form
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 |
RSyntaxTextAreaEditorKit.SelectWordAction
public RSyntaxTextAreaEditorKit.SelectWordAction()
createActions
protected void createActions()
- Overrides:
createActions
in class RTextAreaEditorKit.SelectWordAction