javax.swing.event

Class CaretEvent

public abstract class CaretEvent extends EventObject

CaretEvent
Constructor Summary
CaretEvent(Object source)
CaretEvent constructor
Method Summary
abstract intgetDot()
Get caret location
abstract intgetMark()
Get mark

Constructor Detail

CaretEvent

public CaretEvent(Object source)
CaretEvent constructor

Parameters: source Source object

Method Detail

getDot

public abstract int getDot()
Get caret location

Returns: the dot

getMark

public abstract int getMark()
Get mark

Returns: the mark