Class TextCaretEvent

  • All Implemented Interfaces:
    Serializable

    public class TextCaretEvent
    extends CaretEvent
    CaretEvent is used to notify interested parties that the text caret has changed in the event source
    Author:
    Kiyut
    See Also:
    Serialized Form
    • Field Detail

      • dot

        protected int dot
      • mark

        protected int mark
    • Constructor Detail

      • TextCaretEvent

        public TextCaretEvent​(Object source,
                              int dot,
                              int mark)
        Creates a new instance of CanvasCaretEvent
        Parameters:
        source - the object responsible for the event
        dot - the location of the caret.
        mark - the location of other end of a logical selection.