Uses of Class
org.eclipse.swt.graphics.Cursor
-
Packages that use Cursor Package Description org.eclipse.swt.custom org.eclipse.swt.graphics org.eclipse.swt.widgets -
-
Uses of Cursor in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type Cursor Modifier and Type Method Description 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 Modifier and Type Method Description static Cursor
Cursor. gtk_new(Device device, long 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 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 classSWT
.Methods in org.eclipse.swt.widgets with parameters of type Cursor Modifier and Type Method Description 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.void
CoolBar. setCursor(Cursor cursor)
void
Tracker. setCursor(Cursor newCursor)
Sets theCursor
of the Tracker.
-