|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Cursor>
echopoint.model.Cursor
public enum Cursor
Enumeration of the standard CSS2 cursors. Note that the Enum.toString()
method should be used in component sync peers to ensure that the proper
cursor style values are used.
| Enum Constant Summary | |
|---|---|
auto
The preferred cursor type for the browser. |
|
crosshair
The cross-hair cursor. |
|
east
The right pointing arrow cursor. |
|
hand
The hand cursor. |
|
help
The question mark cursor |
|
move
The move cursor |
|
north
The north pointing cursor |
|
northEast
The north-east pointing cursor |
|
northWest
The north-west pointing cursor |
|
south
The south pointing cursor |
|
southEast
The south-east pointing cursor |
|
southWest
The south-west pointing cursor |
|
text
The text (I-beam) cursor |
|
wait
The wait (hour-glass) cursor |
|
west
The west pointing cursor |
|
| Method Summary | |
|---|---|
static Cursor |
valueOf(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 auto
public static final Cursor crosshair
public static final Cursor east
public static final Cursor hand
public static final Cursor help
public static final Cursor move
public static final Cursor north
public static final Cursor northEast
public static final Cursor northWest
public static final Cursor south
public static final Cursor southEast
public static final Cursor southWest
public static final Cursor text
public static final Cursor west
public static final Cursor wait
| Method Detail |
|---|
public static Cursor[] values()
for (Cursor c : Cursor.values()) System.out.println(c);
public static 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 name
NullPointerException - if the argument is null
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||