| Class Summary | |
|---|---|
| KeyBinding | Abstract base class for key bindings. |
| KeyBindings | Manages a set of key bindings. |
| KeyBindingState | Manages the state for the key binding dialog. |
| KeyCharKeyBinding | A KeyBinding that matches by key character. |
| KeyCodeKeyBinding | A KeyBinding that matches by key code/modifiers pair. |
| KeyCodeMap | Maps between key codes integer constants and string representations. |
| Exception Summary | |
|---|---|
| InvalidKeyBindingException | Indicates that a key binding is invalid. |
| NoSuchKeyCodeException | Indicates that a key code does not exist. |