Crossfire JXClient, Trunk  R20561
Package com.realtime.crossfire.jxclient.gui.keybindings

Classes

class  InvalidKeyBindingException
 Indicates that a key binding is invalid. More...
 
class  KeyBinding
 Abstract base class for key bindings. More...
 
class  KeyBindings
 Manages a set of key bindings. More...
 
class  KeybindingsManager
 Manages key bindings. More...
 
class  KeyBindingState
 Manages the state for the key binding dialog. More...
 
class  KeyCharKeyBinding
 A KeyBinding that matches by key character. More...
 
class  KeyCodeKeyBinding
 A KeyBinding that matches by key code/modifiers pair. More...
 
class  KeyCodeMap
 Maps between key codes integer constants and string representations. More...
 
class  KeyEvent2
 Represents a pressed or released key. More...
 
class  NoSuchKeyCodeException
 Indicates that a key code does not exist. More...