Enum Constant and Description |
---|
ARROW |
CROSS |
DEFAULT |
HAND |
SIZENE |
SIZENS |
SIZENW |
SIZESE |
SIZESW |
SIZEWE |
WAIT |
Modifier and Type | Method and Description |
---|---|
static Cursor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cursor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cursor DEFAULT
public static final Cursor WAIT
public static final Cursor ARROW
public static final Cursor CROSS
public static final Cursor SIZENS
public static final Cursor SIZEWE
public static final Cursor SIZENE
public static final Cursor SIZESE
public static final Cursor SIZESW
public static final Cursor SIZENW
public static final Cursor HAND
public static Cursor[] values()
for (Cursor c : Cursor.values()) System.out.println(c);
public static Cursor valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullSiehe auch Jowidgets Nutzerhandbuch