javax.swing.event
Class CaretEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.CaretEvent
All Implemented Interfaces:
Serializable

public abstract class CaretEvent
extends EventObject

CaretEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CaretEvent(Object source)
          CaretEvent constructor
 
Method Summary
abstract  int getDot()
          Get caret location
abstract  int getMark()
          Get mark
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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