Package com.realtime.crossfire.jxclient.gui.keybindings
-
Class Summary 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.KeyCharKeyBinding AKeyBindingthat matches by key character.KeyCodeKeyBinding AKeyBindingthat matches by key code/modifiers pair.KeyCodeMap Maps between key codes integer constants and string representations.KeyEvent2 Represents a pressed or released key. -
Exception Summary Exception Description InvalidKeyBindingException Indicates that a key binding is invalid.NoSuchKeyCodeException Indicates that a key code does not exist.