public final class Cursor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Cursor |
CROSS |
static int |
CUSTOM_CURSOR |
static Cursor |
DEFAULT |
static Cursor |
E_RESIZE |
static Cursor |
HAND |
static Cursor |
HSPLIT |
static Cursor |
N_RESIZE |
static Cursor |
NE_RESIZE |
static Cursor |
NO |
static Cursor |
NW_RESIZE |
static Cursor |
S_RESIZE |
static Cursor |
SE_RESIZE |
static Cursor |
SIZEALL |
static Cursor |
SIZEWE |
static Cursor |
VSPLIT |
Constructor and Description |
---|
Cursor(int i) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
public static final int CUSTOM_CURSOR
public static final Cursor DEFAULT
public static final Cursor HAND
public static final Cursor CROSS
public static final Cursor SIZEWE
public static final Cursor HSPLIT
public static final Cursor VSPLIT
public static final Cursor SIZEALL
public static final Cursor NO
public static final Cursor E_RESIZE
public static final Cursor N_RESIZE
public static final Cursor NE_RESIZE
public static final Cursor NW_RESIZE
public static final Cursor S_RESIZE
public static final Cursor SE_RESIZE