Package | Description |
---|---|
com.sun.javafx.scene.control.skin |
Modifier and Type | Class and Description |
---|---|
private class |
FXVKSkin.CharKey
A key which has a letter, a number or symbol on it
|
private class |
FXVKSkin.KeyboardStateKey
These keys only manipulate the state of the keyboard and never
send key events to the client.
|
private class |
FXVKSkin.KeyCodeKey
Some keys actually do need to use KeyCode for pressed / released events,
and BackSpace is one of them.
|
private class |
FXVKSkin.SuperKey
One of several TextInputKeys which have super powers, such as "Tab" and
"Return" and "Backspace".
|
private class |
FXVKSkin.TextInputKey
Any key on the keyboard which will send a KeyEvent to the client.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,java.util.List<java.util.List<FXVKSkin.Key>>> |
FXVKSkin.boardMap |
private java.util.List<java.util.List<FXVKSkin.Key>> |
FXVKSkin.currentBoard |
Modifier and Type | Method and Description |
---|---|
private java.util.List<java.util.List<FXVKSkin.Key>> |
FXVKSkin.loadBoard(java.lang.String type) |