Class RSyntaxTextAreaEditorKit.BeginWordAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Enclosing class:
    RSyntaxTextAreaEditorKit

    protected static class RSyntaxTextAreaEditorKit.BeginWordAction
    extends RTextAreaEditorKit.BeginWordAction
    Positions the caret at the beginning of the word. This class is here to better handle finding the "beginning of the word" for programming languages.
    See Also:
    Serialized Form
    • Field Detail

      • seg

        private javax.swing.text.Segment seg
    • Constructor Detail

      • BeginWordAction

        protected BeginWordAction​(java.lang.String name,
                                  boolean select)