Uses of Interface
bibliothek.gui.dock.event.DockRegisterListener

Packages that use DockRegisterListener
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
 

Uses of DockRegisterListener in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockRegisterListener
 class ActionBinder
          A manager which ensures that every DockAction is bound to its Dockables.
 class DefaultMouseFocusObserver
          A focus controller which adds an AWTEventListener to the Toolkit to receive events which may change the focus.
 class FocusController
          A listener to the DockRegister, ensuring that always the newest or a visible Dockable has the focus.
 class MouseFocusObserver
          A FocusController listens to all AWT-events.
 class PopupController
          Adds listeners to all Dockables and DockTitles.
 

Methods in bibliothek.gui.dock.control that return DockRegisterListener
 DockRegisterListener DefaultDockControllerFactory.createActionBinder(DockController controller, ControllerSetupCollection setup)
           
 DockRegisterListener DockControllerFactory.createActionBinder(DockController controller, ControllerSetupCollection setup)
          Creates a listener that will ensure that every DockAction is bound to its Dockable.
 DockRegisterListener DefaultDockControllerFactory.createFocusController(DockController controller, ControllerSetupCollection setup)
           
 DockRegisterListener DockControllerFactory.createFocusController(DockController controller, ControllerSetupCollection setup)
          Creates a listener which will observe all stations to ensure that the focused Dockable is always visible.
 DockRegisterListener DefaultDockControllerFactory.createPopupController(DockController controller, ControllerSetupCollection setup)
           
 DockRegisterListener DockControllerFactory.createPopupController(DockController controller, ControllerSetupCollection setup)
          Creates a listener which will open a popup-menu for each title or dockable known to the controller.
protected  DockRegisterListener[] DockRegister.listDockRegisterListeners()
          Gets a list of all registerListeners which are registered.
 

Methods in bibliothek.gui.dock.control with parameters of type DockRegisterListener
 void DockRegister.addDockRegisterListener(DockRegisterListener listener)
          Registers a listener which will receive notifications when a Dockable or a DockStation is added or removed from this register.
 void DockRegister.removeDockRegisterListener(DockRegisterListener listener)
          Removes a listener from this register.
 

Uses of DockRegisterListener in bibliothek.gui.dock.event
 

Subinterfaces of DockRegisterListener in bibliothek.gui.dock.event
 interface DockListener
          A collection of listeners that observe most events of a DockController.
 

Classes in bibliothek.gui.dock.event that implement DockRegisterListener
 class DockAdapter
          An implementation of DockListener, doing nothing whenever receiving an event.
 class DockRegisterAdapter
          A DockRegisterListener that contains only empty methods.
 

Uses of DockRegisterListener in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement DockRegisterListener
 class SecureMouseFocusObserver
          A FocusController which relies on GlassedPanes.