| 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
KeyboardListeners. |
class |
DefaultKeyboardController
A
KeyboardController that can either use a global AWTEventListener or
a set of KeyListeners to receive KeyEvents. |
| 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.
|
Copyright © 2017 Docking Frames. All rights reserved.