public abstract class KeyboardLayout extends java.lang.Object implements Initializable
| Constructor and Description |
|---|
KeyboardLayout() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getKeyName(int keyCode)
Gets keyboard key name according to this layout or null if not found.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic abstract java.lang.String getKeyName(int keyCode)
keyCode - Progress key code.