|
JTablet 1.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TabletDevice.Type> cello.jtablet.TabletDevice.Type
public static enum TabletDevice.Type
Tablet devices
Enum Constant Summary | |
---|---|
ERASER
The eraser on a stylus |
|
MOUSE
A mouse-style device |
|
STYLUS
The tip on a stylus |
|
UNKNOWN
An unknown input device |
Method Summary | |
---|---|
static TabletDevice.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TabletDevice.Type[] |
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 TabletDevice.Type MOUSE
public static final TabletDevice.Type STYLUS
public static final TabletDevice.Type ERASER
public static final TabletDevice.Type UNKNOWN
Method Detail |
---|
public static TabletDevice.Type[] values()
for (TabletDevice.Type c : TabletDevice.Type.values()) System.out.println(c);
public static TabletDevice.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
JTablet 1.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |