edu.rice.cs.drjava.model.definitions
Class DefinitionsEditorKit.EndWordAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit.EndWordAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- DefinitionsEditorKit
static class DefinitionsEditorKit.EndWordAction
- extends TextAction
Sets the cursor at the end of the current word separated by whitespace or a delimiting character.
|
Field Summary |
private boolean |
_select
|
| 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 |
_select
private boolean _select
DefinitionsEditorKit.EndWordAction
DefinitionsEditorKit.EndWordAction(String nm,
boolean b)
actionPerformed
public void actionPerformed(ActionEvent e)