final class SWTCursor extends Cursor
Modifier and Type | Field and Description |
---|---|
(package private) org.eclipse.swt.graphics.Cursor |
cursor |
CURSOR_CLOSED_HAND, CURSOR_CROSSHAIR, CURSOR_CUSTOM, CURSOR_DEFAULT, CURSOR_DISAPPEAR, CURSOR_MOVE, CURSOR_NONE, CURSOR_OPEN_HAND, CURSOR_POINTING_HAND, CURSOR_RESIZE_DOWN, CURSOR_RESIZE_LEFT, CURSOR_RESIZE_LEFTRIGHT, CURSOR_RESIZE_NORTHEAST, CURSOR_RESIZE_NORTHWEST, CURSOR_RESIZE_RIGHT, CURSOR_RESIZE_SOUTHEAST, CURSOR_RESIZE_SOUTHWEST, CURSOR_RESIZE_UP, CURSOR_RESIZE_UPDOWN, CURSOR_TEXT, CURSOR_WAIT
Modifier | Constructor and Description |
---|---|
protected |
SWTCursor(int type) |
protected |
SWTCursor(int x,
int y,
Pixels pixels) |
Modifier and Type | Method and Description |
---|---|
protected long |
_createCursor(int x,
int y,
Pixels pixels) |
getBestSize, getNativeCursor, getType, setVisible
protected SWTCursor(int type)
protected SWTCursor(int x, int y, Pixels pixels)
protected long _createCursor(int x, int y, Pixels pixels)
_createCursor
in class Cursor