|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CursorType>
org.eclipse.birt.chart.model.attribute.CursorType
public enum CursorType
A representation of the literals of the enumeration 'Cursor Type', and utility methods for working with them. The cursor type defines standard cursor types which are supported by all devices, including SWT, Swing, SVG and HTML/Image.
AttributePackage.getCursorType()
Enum Constant Summary | |
---|---|
AUTO
The 'Auto' literal object. |
|
CROSSHAIR
The 'Crosshair' literal object. |
|
CUSTOM
The 'Custom' literal object. |
|
DEFAULT
The 'Default' literal object. |
|
ERESIZE
The 'EResize' literal object. |
|
MOVE
The 'Move' literal object. |
|
NE_RESIZE
The 'NE Resize' literal object. |
|
NRESIZE
The 'NResize' literal object. |
|
NW_RESIZE
The 'NW Resize' literal object. |
|
POINTER
The 'Pointer' literal object. |
|
SE_RESIZE
The 'SE Resize' literal object. |
|
SRESIZE
The 'SResize' literal object. |
|
SW_RESIZE
The 'SW Resize' literal object. |
|
TEXT
The 'Text' literal object. |
|
WAIT
The 'Wait' literal object. |
|
WRESIZE
The 'WResize' literal object. |
Field Summary | |
---|---|
static int |
AUTO_VALUE
The 'Auto' literal value. |
static int |
CROSSHAIR_VALUE
The 'Crosshair' literal value. |
static int |
CUSTOM_VALUE
The 'Custom' literal value. |
static int |
DEFAULT_VALUE
The 'Default' literal value. |
static int |
ERESIZE_VALUE
The 'EResize' literal value. |
static int |
MOVE_VALUE
The 'Move' literal value. |
static int |
NE_RESIZE_VALUE
The 'NE Resize' literal value. |
static int |
NRESIZE_VALUE
The 'NResize' literal value. |
static int |
NW_RESIZE_VALUE
The 'NW Resize' literal value. |
static int |
POINTER_VALUE
The 'Pointer' literal value. |
static int |
SE_RESIZE_VALUE
The 'SE Resize' literal value. |
static int |
SRESIZE_VALUE
The 'SResize' literal value. |
static int |
SW_RESIZE_VALUE
The 'SW Resize' literal value. |
static int |
TEXT_VALUE
The 'Text' literal value. |
static java.util.List<CursorType> |
VALUES
A public read-only list of all the 'Cursor Type' enumerators. |
static int |
WAIT_VALUE
The 'Wait' literal value. |
static int |
WRESIZE_VALUE
The 'WResize' literal value. |
Method Summary | |
---|---|
static CursorType |
get(int value)
Returns the 'Cursor Type' literal with the specified integer value. |
static CursorType |
get(java.lang.String literal)
Returns the 'Cursor Type' literal with the specified literal value. |
static CursorType |
getByName(java.lang.String name)
Returns the 'Cursor Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static CursorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CursorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CursorType AUTO
AUTO_VALUE
public static final CursorType CROSSHAIR
CROSSHAIR_VALUE
public static final CursorType DEFAULT
DEFAULT_VALUE
public static final CursorType POINTER
POINTER_VALUE
public static final CursorType MOVE
MOVE_VALUE
public static final CursorType TEXT
TEXT_VALUE
public static final CursorType WAIT
WAIT_VALUE
public static final CursorType ERESIZE
ERESIZE_VALUE
public static final CursorType NE_RESIZE
NE_RESIZE_VALUE
public static final CursorType NW_RESIZE
NW_RESIZE_VALUE
public static final CursorType NRESIZE
NRESIZE_VALUE
public static final CursorType SE_RESIZE
SE_RESIZE_VALUE
public static final CursorType SW_RESIZE
SW_RESIZE_VALUE
public static final CursorType SRESIZE
SRESIZE_VALUE
public static final CursorType WRESIZE
WRESIZE_VALUE
public static final CursorType CUSTOM
CUSTOM_VALUE
Field Detail |
---|
public static final int AUTO_VALUE
If the meaning of 'Auto' literal object isn't clear, there really should be more of a description here...
AUTO
,
Constant Field Valuespublic static final int CROSSHAIR_VALUE
If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
CROSSHAIR
,
Constant Field Valuespublic static final int DEFAULT_VALUE
If the meaning of 'Default' literal object isn't clear, there really should be more of a description here...
DEFAULT
,
Constant Field Valuespublic static final int POINTER_VALUE
If the meaning of 'Pointer' literal object isn't clear, there really should be more of a description here...
POINTER
,
Constant Field Valuespublic static final int MOVE_VALUE
If the meaning of 'Move' literal object isn't clear, there really should be more of a description here...
MOVE
,
Constant Field Valuespublic static final int TEXT_VALUE
If the meaning of 'Text' literal object isn't clear, there really should be more of a description here...
TEXT
,
Constant Field Valuespublic static final int WAIT_VALUE
If the meaning of 'Wait' literal object isn't clear, there really should be more of a description here...
WAIT
,
Constant Field Valuespublic static final int ERESIZE_VALUE
If the meaning of 'EResize' literal object isn't clear, there really should be more of a description here...
ERESIZE
,
Constant Field Valuespublic static final int NE_RESIZE_VALUE
If the meaning of 'NE Resize' literal object isn't clear, there really should be more of a description here...
NE_RESIZE
,
Constant Field Valuespublic static final int NW_RESIZE_VALUE
If the meaning of 'NW Resize' literal object isn't clear, there really should be more of a description here...
NW_RESIZE
,
Constant Field Valuespublic static final int NRESIZE_VALUE
If the meaning of 'NResize' literal object isn't clear, there really should be more of a description here...
NRESIZE
,
Constant Field Valuespublic static final int SE_RESIZE_VALUE
If the meaning of 'SE Resize' literal object isn't clear, there really should be more of a description here...
SE_RESIZE
,
Constant Field Valuespublic static final int SW_RESIZE_VALUE
If the meaning of 'SW Resize' literal object isn't clear, there really should be more of a description here...
SW_RESIZE
,
Constant Field Valuespublic static final int SRESIZE_VALUE
If the meaning of 'SResize' literal object isn't clear, there really should be more of a description here...
SRESIZE
,
Constant Field Valuespublic static final int WRESIZE_VALUE
If the meaning of 'WResize' literal object isn't clear, there really should be more of a description here...
WRESIZE
,
Constant Field Valuespublic static final int CUSTOM_VALUE
If the meaning of 'Custom' literal object isn't clear, there really should be more of a description here...
CUSTOM
,
Constant Field Valuespublic static final java.util.List<CursorType> VALUES
Method Detail |
---|
public static CursorType[] values()
for (CursorType c : CursorType.values()) System.out.println(c);
public static CursorType 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 static CursorType get(java.lang.String literal)
public static CursorType getByName(java.lang.String name)
public static CursorType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<CursorType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |