Uses of Class
org.eclipse.swt.graphics.Cursor
Packages that use 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
Methods in org.eclipse.e4.ui.css.swt.helpers that return CursorModifier and TypeMethodDescriptionstatic CursorCSSSWTCursorHelper.getSWTCursor(CSSValue value, Display display) Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type Cursor -
Uses of Cursor in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type Cursor -
Uses of Cursor in org.eclipse.jface.dialogs
Fields in org.eclipse.jface.dialogs declared as CursorModifier and TypeFieldDescriptionprotected CursorProgressMonitorDialog.arrowCursorThe 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 -
Uses of Cursor in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return CursorModifier and TypeMethodDescriptionstatic CursorInvokes platform specific functionality to allocate a new cursor.Methods in org.eclipse.swt.graphics with parameters of type CursorModifier and TypeMethodDescriptionstatic LongCursor.win32_getHandle(Cursor cursor, int zoom) IMPORTANT: This method is not part of the public API for Image. -
Uses of Cursor in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return CursorModifier 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.Methods in org.eclipse.swt.widgets with parameters of type Cursor -
Uses of Cursor in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return CursorModifier and TypeMethodDescriptionprotected CursorTextConsoleViewer.getHandCursor()Returns the hand cursor.protected CursorTextConsoleViewer.getTextCursor()Returns the text cursor. -
Uses of Cursor in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return CursorModifier 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.Methods in org.eclipse.ui.forms with parameters of type CursorModifier and TypeMethodDescriptionvoidHyperlinkSettings.setBusyCursor(Cursor newBusyCursor) Sets the new cursor to use when the hyperlink is active for all the links.voidHyperlinkSettings.setHyperlinkCursor(Cursor newHyperlinkCursor) Sets the new cursor to use when hovering over the hyperlink for all the links.voidHyperlinkSettings.setTextCursor(Cursor newTextCursor) Sets the new cursor to use when over text for all the links.