|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.havi.ui.event.HKeyCapabilities
This class is used to describe the (basic) keyboard capabilities of the platform.
This class is not intended to be constructed by applications.
Parameter | Description | Default value | Set method | Get method |
---|---|---|---|---|
None. |
Description | Default value | Set method | Get method |
---|---|---|---|
None. |
Constructor Summary | |
protected |
HKeyCapabilities()
It is not intended that applications should directly construct HKeyCapabilities
objects.
|
Method Summary | |
static boolean |
getInputDeviceSupported()
Determine if keyboard input functionality exists in the system. |
static boolean |
isSupported(int keycode)
Queries whether the system keyboard can generate an event of the given type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected HKeyCapabilities()
HKeyCapabilities
objects.
Creates an HKeyCapabilities
object. See the class description for
details of constructor parameters and default values.
This method is protected to allow the platform to override it in a different package scope.
Method Detail |
public static boolean getInputDeviceSupported()
HRcCapabilities.getInputDeviceSupported()
public static boolean isSupported(int keycode)
keycode
- the keycode to query e.g. VK_SPACE
HRcCapabilities.isSupported(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |