|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ercp.swt.mobile.Input
Instances of this class represent key based input features.
MobileDevice,
MobileDeviceListener| Field Summary | |
static int |
FULL_KEYBOARD
input feature has hardware keys typical in a full keyboard. |
static int |
KEYPAD
input feature has hardware keys labeled 0 - 9, *, and # |
static int |
LIMITED_KEYBOARD
input feature has more hardware keys than a keypad, but fewer than a full keyboard. |
static int |
SOFTKEYS
input feature has one or more hardware keys whose meaning can be configured |
| Method Summary | |
int |
getLocation()
Returns the location of the input device. |
int |
getType()
Returns the type of input device. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SOFTKEYS
public static final int KEYPAD
public static final int LIMITED_KEYBOARD
public static final int FULL_KEYBOARD
| Method Detail |
public int getLocation()
LOCALINTERNALEXTERNALREMOTE
SWTException - SWTError - MobileDevice.LOCAL,
MobileDevice.INTERNAL,
MobileDevice.EXTERNAL,
MobileDevice.REMOTEpublic int getType()
SWTException - SWTError - SOFTKEYS,
KEYPAD,
LIMITED_KEYBOARD,
FULL_KEYBOARD
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||