|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PointingHidType>
org.virtualbox_4_1.PointingHidType
public enum PointingHidType
Type of pointing device used in a virtual machine. Interface ID: {0D3C17A2-821A-4B2E-AE41-890C6C60AA97}
Enum Constant Summary | |
---|---|
ComboMouse
Combined device, working as PS/2 or USB mouse, depending on guest behavior. |
|
None
No mouse. |
|
PS2Mouse
PS/2 auxiliary device, a.k.a. |
|
USBMouse
USB mouse (relative pointer). |
|
USBTablet
USB tablet (absolute pointer). |
Method Summary | |
---|---|
static PointingHidType |
fromValue(long v)
|
static PointingHidType |
fromValue(java.lang.String v)
|
int |
value()
|
static PointingHidType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PointingHidType[] |
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 PointingHidType None
public static final PointingHidType PS2Mouse
public static final PointingHidType USBMouse
public static final PointingHidType USBTablet
public static final PointingHidType ComboMouse
Method Detail |
---|
public static PointingHidType[] values()
for (PointingHidType c : PointingHidType.values()) System.out.println(c);
public static PointingHidType 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 PointingHidType fromValue(long v)
public static PointingHidType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |