public enum CursorType extends java.lang.Enum<CursorType> implements org.eclipse.emf.common.util.Enumerator
| 枚举常量和说明 |
|---|
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
|
| 限定符和类型 | 字段和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static CursorType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CursorType AUTO
AUTO_VALUEpublic static final CursorType CROSSHAIR
CROSSHAIR_VALUEpublic static final CursorType DEFAULT
DEFAULT_VALUEpublic static final CursorType POINTER
POINTER_VALUEpublic static final CursorType MOVE
MOVE_VALUEpublic static final CursorType TEXT
TEXT_VALUEpublic static final CursorType WAIT
WAIT_VALUEpublic static final CursorType ERESIZE
ERESIZE_VALUEpublic static final CursorType NE_RESIZE
NE_RESIZE_VALUEpublic static final CursorType NW_RESIZE
NW_RESIZE_VALUEpublic static final CursorType NRESIZE
NRESIZE_VALUEpublic static final CursorType SE_RESIZE
SE_RESIZE_VALUEpublic static final CursorType SW_RESIZE
SW_RESIZE_VALUEpublic static final CursorType SRESIZE
SRESIZE_VALUEpublic static final CursorType WRESIZE
WRESIZE_VALUEpublic static final CursorType CUSTOM
CUSTOM_VALUEpublic static final int AUTO_VALUE
If the meaning of 'Auto' literal object isn't clear, there really should be more of a description here...
public static final int CROSSHAIR_VALUE
If the meaning of 'Crosshair' literal object isn't clear, there really should be more of a description here...
public static final int DEFAULT_VALUE
If the meaning of 'Default' literal object isn't clear, there really should be more of a description here...
public static final int POINTER_VALUE
If the meaning of 'Pointer' literal object isn't clear, there really should be more of a description here...
public static final int MOVE_VALUE
If the meaning of 'Move' literal object isn't clear, there really should be more of a description here...
public static final int TEXT_VALUE
If the meaning of 'Text' literal object isn't clear, there really should be more of a description here...
public static final int WAIT_VALUE
If the meaning of 'Wait' literal object isn't clear, there really should be more of a description here...
public static final int ERESIZE_VALUE
If the meaning of 'EResize' literal object isn't clear, there really should be more of a description here...
public 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...
public 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...
public static final int NRESIZE_VALUE
If the meaning of 'NResize' literal object isn't clear, there really should be more of a description here...
public 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...
public 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...
public static final int SRESIZE_VALUE
If the meaning of 'SResize' literal object isn't clear, there really should be more of a description here...
public static final int WRESIZE_VALUE
If the meaning of 'WResize' literal object isn't clear, there really should be more of a description here...
public static final int CUSTOM_VALUE
If the meaning of 'Custom' literal object isn't clear, there really should be more of a description here...
public static final java.util.List<CursorType> VALUES
public static CursorType[] values()
for (CursorType c : CursorType.values()) System.out.println(c);
public static CursorType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public 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 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral 在接口中 org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString 在类中 java.lang.Enum<CursorType>Copyright © 2005-2008 Actuate Corp. All rights reserved.