bibliothek.gui.dock.security
Class SecureKeyboardController
java.lang.Object
bibliothek.gui.dock.control.AbstractKeyboardController
bibliothek.gui.dock.control.DefaultKeyboardController
bibliothek.gui.dock.security.SecureKeyboardController
- All Implemented Interfaces:
- KeyboardController
Deprecated. this class has now the exact same behavior as DefaultKeyboardController
and
will be removed in a future release
@Deprecated
@Todo(compatibility=BREAK_MAJOR,
priority=MAJOR,
target=VERSION_1_1_1,
description="remove this class without replacement")
public class SecureKeyboardController
- extends DefaultKeyboardController
A KeyboardController
which adds a KeyListener
to each
Component
that can be found on a Dockable
in the realm
of one DockController
.
- Author:
- Benjamin Sigg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureKeyboardController
public SecureKeyboardController(DockController controller,
ControllerSetupCollection setup)
- Deprecated.
- Creates a new
SecureKeyboardController
.
- Parameters:
controller
- the owner of this controllersetup
- an observable informing this object when controller
is set up.