|
||||||||
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_7_0.PointingHIDType
public enum PointingHIDType
Type of pointing device used in a virtual machine.
Interface ID: {B3FD8215-6870-4E61-B6D9-2998FA625DE0}
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). |
|
USBMultiTouch
USB multi-touch device, just touchscreen. |
|
USBMultiTouchScreenPlusPad
USB multi-touch device, touchscreen plus touchpad. |
|
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
public static final PointingHIDType USBMultiTouch
public static final PointingHIDType USBMultiTouchScreenPlusPad
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 |