public static enum Style.Cursor extends Enum<Style.Cursor> implements Style.HasCssName
Enum Constant and Description |
---|
AUTO |
COL_RESIZE |
CROSSHAIR |
DEFAULT |
E_RESIZE |
HELP |
MOVE |
N_RESIZE |
NE_RESIZE |
NW_RESIZE |
POINTER |
ROW_RESIZE |
S_RESIZE |
SE_RESIZE |
SW_RESIZE |
TEXT |
W_RESIZE |
WAIT |
Modifier and Type | Method and Description |
---|---|
abstract String |
getCssName()
Gets the CSS name associated with this value.
|
static Style.Cursor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style.Cursor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Style.Cursor DEFAULT
public static final Style.Cursor AUTO
public static final Style.Cursor CROSSHAIR
public static final Style.Cursor POINTER
public static final Style.Cursor MOVE
public static final Style.Cursor E_RESIZE
public static final Style.Cursor NE_RESIZE
public static final Style.Cursor NW_RESIZE
public static final Style.Cursor N_RESIZE
public static final Style.Cursor SE_RESIZE
public static final Style.Cursor SW_RESIZE
public static final Style.Cursor S_RESIZE
public static final Style.Cursor W_RESIZE
public static final Style.Cursor TEXT
public static final Style.Cursor WAIT
public static final Style.Cursor HELP
public static final Style.Cursor COL_RESIZE
public static final Style.Cursor ROW_RESIZE
public static Style.Cursor[] values()
for (Style.Cursor c : Style.Cursor.values()) System.out.println(c);
public static Style.Cursor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract String getCssName()
Style.HasCssName
getCssName
in interface Style.HasCssName
Copyright © 2018. All rights reserved.