JSR-209 (Final Release)

Uses of Interface
javax.swing.event.CaretListener

Packages that use CaretListener
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Uses of CaretListener in javax.swing.text
 

Methods in javax.swing.text that return CaretListener
 CaretListener[] JTextComponent.getCaretListeners()
          Returns an array of all the caret listeners registered on this text component.
 

Methods in javax.swing.text with parameters of type CaretListener
 void JTextComponent.addCaretListener(CaretListener listener)
          Adds a caret listener for notification of any changes to the caret.
 void JTextComponent.removeCaretListener(CaretListener listener)
          Removes a caret listener.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.