Package mars.venus.editor.jeditsyntax
Class JEditTextArea.MutableCaretEvent
java.lang.Object
java.util.EventObject
javax.swing.event.CaretEvent
mars.venus.editor.jeditsyntax.JEditTextArea.MutableCaretEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JEditTextArea
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MutableCaretEvent
public MutableCaretEvent()
-
-
Method Details
-
getDot
public int getDot()- Specified by:
getDot
in classCaretEvent
-
getMark
public int getMark()- Specified by:
getMark
in classCaretEvent
-