Package org.a11y.brlapi
Class Keycode
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.NativeComponent
-
- org.a11y.brlapi.Keycode
-
- Direct Known Subclasses:
CommandKeycode
,DriverKeycode
public abstract class Keycode extends NativeComponent
-
-
Field Summary
-
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
-
Constructor Summary
Constructors Constructor Description Keycode(long code)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCode()
java.lang.String
toString()
static java.lang.String
toString(long code)
-
Methods inherited from class org.a11y.brlapi.Component
printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
-