Package org.a11y.brlapi
Class DriverKeycode
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.NativeComponent
org.a11y.brlapi.Keycode
org.a11y.brlapi.DriverKeycode
-
Field Summary
FieldsFields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Field Details
-
KEY_NUMBER_ANY
public static final int KEY_NUMBER_ANY
-
-
Constructor Details
-
DriverKeycode
public DriverKeycode(long code)
-
-
Method Details
-
isPress
public static boolean isPress(long code) -
getValue
public static long getValue(long code) -
getGroup
public static int getGroup(long code) -
getNumber
public static int getNumber(long code) -
isPress
public final boolean isPress() -
getValue
public final long getValue() -
getGroup
public final int getGroup() -
getNumber
public final int getNumber() -
toString
-