Class RSyntaxTextAreaEditorKit.EndWordAction

  • 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.EndWordAction
    extends RTextAreaEditorKit.EndWordAction
    Positions the caret at the end of the word. This class is here to better handle finding the "end of the word" in programming languages.
    See Also:
    Serialized Form
    • Field Detail

      • seg

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

      • EndWordAction

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