javax.swing.event
public abstract class CaretEvent extends EventObject
| Constructor Summary | |
|---|---|
| CaretEvent(Object source)
CaretEvent constructor | |
| Method Summary | |
|---|---|
| abstract int | getDot()
Get caret location |
| abstract int | getMark()
Get mark |
Parameters: source Source object
Returns: the dot
Returns: the mark