|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TouchContactState>
org.virtualbox_5_0.TouchContactState
public enum TouchContactState
Touch event contact state. Interface ID: {3F942686-2506-421C-927C-90D4B45F4A38}
Enum Constant Summary | |
---|---|
ContactStateMask
|
|
InContact
Whether the touch is really touching the device. |
|
InRange
Whether the touch is close enough to the device to be detected. |
|
None
The touch has finished. |
Method Summary | |
---|---|
static TouchContactState |
fromValue(long v)
|
static TouchContactState |
fromValue(java.lang.String v)
|
int |
value()
|
static TouchContactState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TouchContactState[] |
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 TouchContactState None
public static final TouchContactState InContact
public static final TouchContactState InRange
public static final TouchContactState ContactStateMask
Method Detail |
---|
public static TouchContactState[] values()
for (TouchContactState c : TouchContactState.values()) System.out.println(c);
public static TouchContactState 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 value()
public static TouchContactState fromValue(long v)
public static TouchContactState fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |