Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.text.Caret

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

Uses of Caret in com.sun.java.swing.text
 

Classes in com.sun.java.swing.text that implement Caret
  DefaultCaret
          An implementation of Caret for a view that maps over the entire portion of the model represented (i.e. there are no holes in the area represented) and renders the insert position as a vertical line.
 

Methods in com.sun.java.swing.text that return Caret
 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.
 Caret DefaultEditorKit.createCaret()
          Fetches a caret that can navigate through views produced by the associated ViewFactory.
 

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


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.