|
JTablet 1.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcello.jtablet.DriverStatus
public class DriverStatus
This class represents the status of the tablet driver. It can be used to determine partial or incomplete installations of JTablet, insufficient security permissions, errors
| Nested Class Summary | |
|---|---|
static class |
DriverStatus.State
A generalized state of the native tablet driver. |
| Constructor Summary | |
|---|---|
DriverStatus(DriverStatus.State state)
Builds a DriverStatus with a given state without an exception. |
|
DriverStatus(DriverStatus.State state,
Throwable throwable)
Builds a DriverStatus with a given state and exception |
|
| Method Summary | |
|---|---|
DriverStatus.State |
getState()
Returns the generalized state of the driver. |
Throwable |
getThrowable()
Returns the Throwable associated with any driver load failure, or null if not applicable. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DriverStatus(DriverStatus.State state)
state - the driver state
public DriverStatus(DriverStatus.State state,
Throwable throwable)
state - throwable - | Method Detail |
|---|
public DriverStatus.State getState()
public Throwable getThrowable()
Throwable associated with any driver load failure, or null if not applicable.
public String toString()
toString in class Object
|
JTablet 1.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||