public class DefaultKeyboardController extends AbstractKeyboardController
KeyboardController that can either use a global AWTEventListener or
a set of KeyListeners to receive KeyEvents.| Constructor and Description |
|---|
DefaultKeyboardController(DockController controller,
ControllerSetupCollection setup)
Creates a new controller
|
| Modifier and Type | Method and Description |
|---|---|
void |
kill()
Stops this controller.
|
addGlobalListener, addListener, fireKeyPressed, fireKeyReleased, fireKeyTyped, getController, removeGlobalListener, removeListenerpublic DefaultKeyboardController(DockController controller, ControllerSetupCollection setup)
controller - the realm in which this controller operatessetup - an observer that informs this object when controller is set up.public void kill()
KeyboardControllerCopyright © 2017 Docking Frames. All rights reserved.