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
-
public class DriverKeycode extends Keycode
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEY_NUMBER_ANY
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description DriverKeycode(long code)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGroup()
static int
getGroup(long code)
int
getNumber()
static int
getNumber(long code)
long
getValue()
static long
getValue(long code)
boolean
isPress()
static boolean
isPress(long code)
java.lang.String
toString()
-
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-
-
-
Method Detail
-
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()
-
-