|
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.Objectjava.lang.Enum<TabletDevice.Support>
cello.jtablet.TabletDevice.Support
public static enum TabletDevice.Support
Support result returned by various getSupport() methods
| Enum Constant Summary | |
|---|---|
NO
This feature is not supported |
|
UNKNOWN
It is unknown whether or not this feature is supported |
|
YES
This feature is supported |
|
| Method Summary | |
|---|---|
static TabletDevice.Support |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TabletDevice.Support[] |
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.Support NO
public static final TabletDevice.Support UNKNOWN
public static final TabletDevice.Support YES
| Method Detail |
|---|
public static TabletDevice.Support[] values()
for (TabletDevice.Support c : TabletDevice.Support.values()) System.out.println(c);
public static TabletDevice.Support 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 | |||||||||