API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. CaretEvent View Source
Author(s)
Timothy Prinzing
Since
Version
1.14 11/17/05
Serial
Hierarchy
 Object
      EventObject
          CaretEvent
Implements
Subclasses
Description
publicabstract abstract class CaretEvent
  CaretEvent is used to notify interested parties that the text caret has changed in the event source.
See also:   
Constructors
public CaretEvent (Object source)
  Creates a new CaretEvent object.
Methods
Hide/Show inherited methods
publicabstract int getDot ()
  Fetches the location of the caret.
publicabstract int getMark ()
  Fetches the location of other end of a logical selection.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar