|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Cursor>
eu.webtoolkit.jwt.Cursor
public enum Cursor
Enumeration for a cursor style.
WCssDecorationStyle.setCursor(Cursor c),
WAbstractArea.setCursor(Cursor cursor)| Enum Constant Summary | |
|---|---|
ArrowCursor
Arrow, CSS 'default' cursor. |
|
AutoCursor
Cursor chosen by the browser, CSS 'auto' cursor. |
|
CrossCursor
Crosshair, CSS 'cross' cursor. |
|
IBeamCursor
Text edit, CSS 'text' cursor. |
|
OpenHandCursor
Open hand, CSS 'move' cursor. |
|
PointingHandCursor
Pointing hand, CSS 'pointer' cursor. |
|
WaitCursor
Wait, CSS 'wait' cursor. |
|
WhatsThisCursor
Help, CSS 'help' cursor. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Cursor ArrowCursor
public static final Cursor AutoCursor
public static final Cursor CrossCursor
public static final Cursor PointingHandCursor
public static final Cursor OpenHandCursor
public static final Cursor WaitCursor
public static final Cursor IBeamCursor
public static final Cursor WhatsThisCursor
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||