Eclipse Remote Application Platform

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

Packages that use Cursor
org.eclipse.swt.widgets   
 

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.
 Cursor Display.getSystemCursor(int id)
          Returns the matching standard platform cursor for the given constant, which should be one of the cursor constants specified in class SWT.
 

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 Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0