public interface Cursor
Modifier and Type | Field and Description |
---|---|
static int |
BUSY_CURSOR
This cursor is an arrow and an hour glass.
|
static int |
COPY_MULTIPLE_CURSOR |
static int |
COPY_SINGLE_CURSOR |
static int |
CROSS_CURSOR |
static int |
DEFAULT_CURSOR |
static int |
DONT_DROP_CURSOR |
static int |
DRAG_MULTIPLE_CURSOR |
static int |
DRAG_SINGLE_CURSOR |
static int |
HAND_CURSOR |
static int |
IBEAM_CURSOR |
static int |
INVISIBLE_CURSOR |
static int |
LAST_CURSOR |
static int |
LEFT_RIGHT_CURSOR |
static int |
MOVE_CURSOR |
static int |
NO_CURSOR
This means no special cursor - the same as DEFAULT_CURSOR;
|
static int |
RESIZE_CURSOR |
static int |
UP_DOWN_CURSOR |
static int |
WAIT_CURSOR
This is the only one apart from DEFAULT_CURSOR you should use directly with
setCursor().
|
static final int WAIT_CURSOR
static final int IBEAM_CURSOR
static final int HAND_CURSOR
static final int CROSS_CURSOR
static final int LEFT_RIGHT_CURSOR
static final int UP_DOWN_CURSOR
static final int BUSY_CURSOR
static final int DRAG_SINGLE_CURSOR
static final int DRAG_MULTIPLE_CURSOR
static final int COPY_SINGLE_CURSOR
static final int COPY_MULTIPLE_CURSOR
static final int DONT_DROP_CURSOR
static final int MOVE_CURSOR
static final int RESIZE_CURSOR
static final int INVISIBLE_CURSOR
static final int LAST_CURSOR
static final int NO_CURSOR
static final int DEFAULT_CURSOR