Example usage for Java javax.swing.event CaretEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getDot() Fetches the location of the caret. |
int | getMark() Fetches the location of other end of a logical selection. |
Object | getSource() The object on which the Event initially occurred. |