Uses of Class
org.eclipse.swt.graphics.Cursor
-
Packages that use Cursor Package Description 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 Modifier and Type Field Description protected 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 Modifier and Type Method Description voidStyledText. 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 Modifier and Type Method Description static CursorCursor. 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 Modifier and Type Method Description CursorControl. getCursor()Returns the receiver's cursor, or null if it has not been set.CursorDisplay. 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 Modifier and Type Method Description voidControl. 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.voidTracker. setCursor(Cursor newCursor)Sets theCursorof the Tracker. -
Uses of Cursor in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return Cursor Modifier and Type Method Description protected 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 Cursor Modifier and Type Method Description CursorHyperlinkSettings. getBusyCursor()Returns the cursor to use when the hyperlink is active.CursorHyperlinkSettings. getHyperlinkCursor()Returns the cursor to use when hovering over the hyperlink.CursorHyperlinkSettings. getTextCursor()Returns the cursor to use when over text.Methods in org.eclipse.ui.forms with parameters of type Cursor Modifier and Type Method Description voidHyperlinkSettings. 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.
-