Eclipse Rich Ajax Platform
Release 1.2

Uses of Class
org.eclipse.swt.graphics.Cursor

Packages that use Cursor
org.eclipse.rwt.graphics   
org.eclipse.swt.widgets   
 

Uses of Cursor in org.eclipse.rwt.graphics
 

Methods in org.eclipse.rwt.graphics that return Cursor
static Cursor Graphics.getCursor(int style)
          Returns an instance of Cursor based on a style constant describing the desired cursor appearance.
 

Uses of Cursor in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Cursor
 Cursor Control.getCursor()
          Returns the receiver's cursor, or null if it has not been set.
 

Methods in org.eclipse.swt.widgets with parameters of type Cursor
 void Control.setCursor(Cursor cursor)
          Sets the receiver's cursor to the cursor specified by the argument, or to the default cursor for that kind of control if the argument is null.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.