Class | Description |
---|---|
KeyBinding |
Abstract base class for key bindings.
|
KeyBindings |
Manages a set of key bindings.
|
KeybindingsManager |
Manages key bindings.
|
KeyBindingState |
Manages the state for the key binding dialog.
|
KeyCodeMap |
Maps between key codes integer constants and string representations.
|
KeyEvent2 |
Represents a pressed or released key.
|
Exception | Description |
---|---|
InvalidKeyBindingException |
Indicates that a key binding is invalid.
|
NoSuchKeyCodeException |
Indicates that a key code does not exist.
|