|
||||||||
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_2.PointingHIDType
public enum PointingHIDType
Type of pointing device used in a virtual machine. Interface ID: {E44B2F7B-72BA-44FB-9E53-2186014F0D17}
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 |