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

Packages that use DockRegisterListener
bibliothek.gui.dock.control   
bibliothek.gui.dock.event   
 

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 FocusController
          A listener to the DockRegister, ensuring that always the newest or a visible Dockable has the focus.
 

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.
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.