Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.swt.widgets.Caret

Packages that use Caret
org.eclipse.swt.custom SWT Custom widgets.  
org.eclipse.swt.widgets SWT widget public API classes.  
 

Uses of Caret in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type Caret
 void StyledText.setCaret(Caret caret)
          Sets the receiver's caret.
 

Uses of Caret in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Caret
 Caret Canvas.getCaret()
          Returns the caret.
 

Methods in org.eclipse.swt.widgets with parameters of type Caret
 void Canvas.setCaret(Caret caret)
          Sets the receiver's caret.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.