bibliothek.gui.dock.security
Class SecureKeyboardController

java.lang.Object
  extended by bibliothek.gui.dock.control.AbstractKeyboardController
      extended by bibliothek.gui.dock.control.DefaultKeyboardController
          extended by 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

Constructor Summary
SecureKeyboardController(DockController controller, ControllerSetupCollection setup)
          Deprecated. Creates a new SecureKeyboardController.
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.control.DefaultKeyboardController
kill
 
Methods inherited from class bibliothek.gui.dock.control.AbstractKeyboardController
addGlobalListener, addListener, fireKeyPressed, fireKeyReleased, fireKeyTyped, getController, removeGlobalListener, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureKeyboardController

public SecureKeyboardController(DockController controller,
                                ControllerSetupCollection setup)
Deprecated. 
Creates a new SecureKeyboardController.

Parameters:
controller - the owner of this controller
setup - an observable informing this object when controller is set up.