bibliothek.gui.dock.control
Class DefaultKeyboardController

java.lang.Object
  extended by bibliothek.gui.dock.control.KeyboardController
      extended by bibliothek.gui.dock.control.DefaultKeyboardController

public class DefaultKeyboardController
extends KeyboardController

A KeyboardController that listens to all events through an AWTEventListener.

Author:
Benjamin Sigg

Constructor Summary
DefaultKeyboardController(DockController controller)
          Creates a new controller
 
Method Summary
 void kill()
          Stops this controller.
 
Methods inherited from class bibliothek.gui.dock.control.KeyboardController
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

DefaultKeyboardController

public DefaultKeyboardController(DockController controller)
Creates a new controller

Parameters:
controller - the realm in which this controller operates
Method Detail

kill

public void kill()
Description copied from class: KeyboardController
Stops this controller. This controller has to remove any resources it uses and has not to be useful any further.

Specified by:
kill in class KeyboardController