JSR-209 (Final Release)

Uses of Interface
javax.swing.text.Caret

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

Uses of Caret in javax.swing.text
 

Methods in javax.swing.text that return Caret
abstract  Caret NavigationFilter.FilterBypass.getCaret()
          Returns the Caret that is changing.
 Caret JTextComponent.getCaret()
          Fetches the caret that allows text-oriented navigation over the view.
abstract  Caret EditorKit.createCaret()
          Fetches a caret that can navigate through views produced by the associated ViewFactory.
 

Methods in javax.swing.text with parameters of type Caret
 void JTextComponent.setCaret(Caret c)
          Sets the caret to be used.
 


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.