|
JTablet 1.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DriverStatus.State | |
---|---|
cello.jtablet | Provides classes for accessing the tablet and attaching listeners to AWT components. |
Uses of DriverStatus.State in cello.jtablet |
---|
Methods in cello.jtablet that return DriverStatus.State | |
---|---|
DriverStatus.State |
DriverStatus.getState()
Returns the generalized state of the driver. |
static DriverStatus.State |
DriverStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DriverStatus.State[] |
DriverStatus.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in cello.jtablet with parameters of type DriverStatus.State | |
---|---|
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 |
|
JTablet 1.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |