Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
KeyboardController |
DockController.getKeyboardController()
Gets the manager that handles all global KeyEvents.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyboardController
Abstract implementation of
KeyboardController offering methods to store and call
KeyboardListener s. |
class |
DefaultKeyboardController
A
KeyboardController that can either use a global AWTEventListener or
a set of KeyListener s to receive KeyEvent s. |
Modifier and Type | Method and Description |
---|---|
KeyboardController |
DefaultDockControllerFactory.createKeyboardController(DockController controller,
ControllerSetupCollection setup) |
KeyboardController |
DockControllerFactory.createKeyboardController(DockController controller,
ControllerSetupCollection setup)
Creates a new controller for global KeyEvents.
|