Package | Description |
---|---|
com.sun.javafx.webkit |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<KeyCode,KeyCodeMap.Entry> |
KeyCodeMap.MAP |
Modifier and Type | Method and Description |
---|---|
static KeyCodeMap.Entry |
KeyCodeMap.lookup(KeyCode keyCode)
Returns an
KeyCodeMap.Entry object containing the Windows
virtual key code and the key identifier associated with
a given KeyCode . |
Modifier and Type | Method and Description |
---|---|
private static void |
KeyCodeMap.put(java.util.Map<KeyCode,KeyCodeMap.Entry> map,
KeyCode keyCode,
int windowsVirtualKeyCode) |
private static void |
KeyCodeMap.put(java.util.Map<KeyCode,KeyCodeMap.Entry> map,
KeyCode keyCode,
int windowsVirtualKeyCode,
java.lang.String keyIdentifier) |