Class RSyntaxTextAreaEditorKit.PreviousWordAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
RSyntaxTextAreaEditorKit

public static class RSyntaxTextAreaEditorKit.PreviousWordAction extends RTextAreaEditorKit.PreviousWordAction
Action to move the selection and/or caret. Constructor indicates direction to use. This class overrides the behavior defined in RTextAreaEditorKit to better skip "words" in source code.
See Also: