Uses of Class
org.eclipse.swt.graphics.Cursor
Package
Description
Provides support for dialogs.
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
Application programming interfaces for interaction
with the Eclipse console.
Forms-based controls for use in views, editors, and wizards.
-
Uses of Cursor in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic Cursor
CSSSWTCursorHelper.getSWTCursor
(CSSValue value, Display display) -
Uses of Cursor in org.eclipse.help.ui.internal
-
Uses of Cursor in org.eclipse.jface.dialogs
Modifier and TypeFieldDescriptionprotected Cursor
ProgressMonitorDialog.arrowCursor
The cursor used in the cancel button; -
Uses of Cursor in org.eclipse.swt.custom
-
Uses of Cursor in org.eclipse.swt.graphics
-
Uses of Cursor in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionControl.getCursor()
Returns the receiver's cursor, or null if it has not been set.Display.getSystemCursor
(int id) Returns the matching standard platform cursor for the given constant, which should be one of the cursor constants specified in classSWT
. -
Uses of Cursor in org.eclipse.ui.console
Modifier and TypeMethodDescriptionprotected Cursor
TextConsoleViewer.getHandCursor()
Returns the hand cursor.protected Cursor
TextConsoleViewer.getTextCursor()
Returns the text cursor. -
Uses of Cursor in org.eclipse.ui.forms
Modifier and TypeMethodDescriptionHyperlinkSettings.getBusyCursor()
Returns the cursor to use when the hyperlink is active.HyperlinkSettings.getHyperlinkCursor()
Returns the cursor to use when hovering over the hyperlink.HyperlinkSettings.getTextCursor()
Returns the cursor to use when over text.Modifier and TypeMethodDescriptionvoid
HyperlinkSettings.setBusyCursor
(Cursor newBusyCursor) Sets the new cursor to use when the hyperlink is active for all the links.void
HyperlinkSettings.setHyperlinkCursor
(Cursor newHyperlinkCursor) Sets the new cursor to use when hovering over the hyperlink for all the links.void
HyperlinkSettings.setTextCursor
(Cursor newTextCursor) Sets the new cursor to use when over text for all the links.