Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use Cursor
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.graphics SWT graphics classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards. 
 

Uses of Cursor in org.eclipse.jface.dialogs
 

Fields in org.eclipse.jface.dialogs declared as Cursor
protected   Cursor ProgressMonitorDialog. arrowCursor
          The cursor used in the cancel button;
 

Uses of Cursor in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type Cursor
 void StyledText. setCursor ( Cursor cursor)
          Sets the receiver's cursor to the cursor specified by the argument.
 

Uses of Cursor in org.eclipse.swt.graphics
 

Methods in org.eclipse.swt.graphics that return Cursor
static  Cursor Cursor. win32_new ( Device device, int handle)
          Invokes platform specific functionality to allocate a new cursor.
 

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 Tracker. setCursor ( Cursor newCursor)
          Sets the Cursor of the Tracker.
 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.
 

Uses of Cursor in org.eclipse.ui.console
 

Methods in org.eclipse.ui.console that return Cursor
protected   Cursor TextConsoleViewer. getHandCursor ()
          Returns the hand cursor.
protected   Cursor TextConsoleViewer. getTextCursor ()
          Returns the text cursor.
 

Uses of Cursor in org.eclipse.ui.forms
 

Methods in org.eclipse.ui.forms that return Cursor
  Cursor HyperlinkSettings. getBusyCursor ()
          Returns the cursor to use when the hyperlink is active.
  Cursor HyperlinkSettings. getHyperlinkCursor ()
          Returns the cursor to use when hovering over the hyperlink.
  Cursor HyperlinkSettings. getTextCursor ()
          Returns the cursor to use when over text.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire