Uses of Class
org.eclipse.swt.graphics.Cursor
Packages that use Cursor
Package
Description
SWT Custom widgets.
SWT graphics classes.
SWT widget public API classes.
-
Uses of Cursor in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as CursorModifier and TypeFieldDescription(package private) CursorStyledText.cursorprivate CursorMouseNavigator.previousCursor(package private) CursorCBanner.resizeCursorMethods in org.eclipse.swt.custom with parameters of type CursorModifier and TypeMethodDescriptionvoidSets the receiver's cursor to the cursor specified by the argument.private static voidBusyIndicator.setCursorAndId(Shell shell, Cursor cursor, Integer busyId) Paranoia code to make sure we don't break UI because of one shell disposed, see bug 532632 comment 20 -
Uses of Cursor in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return Cursor -
Uses of Cursor in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as CursorModifier and TypeFieldDescription(package private) CursorControl.cursor(package private) CursorCoolBar.cursor(package private) CursorTracker.cursor(package private) Cursor[]Display.cursors(package private) CursorCoolBar.dragCursor(package private) CursorCoolBar.hoverCursorMethods 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 CursorModifier and TypeMethodDescription(package private) voidCoolBar._setCursor(Cursor cursor) voidSets 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.voidvoidSets theCursorof the Tracker.