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

Packages that use DockRegisterListener
bibliothek.extension.gui.dock.theme   
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui   
bibliothek.gui.dock   
bibliothek.gui.dock.control   
bibliothek.gui.dock.event   
bibliothek.gui.dock.security   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

Uses of DockRegisterListener in bibliothek.extension.gui.dock.theme
 

Classes in bibliothek.extension.gui.dock.theme that implement DockRegisterListener
private  class BubbleTheme.Listener
          A listener to the Controller
private  class FlatTheme.Listener
          A listener to the Controller
 

Uses of DockRegisterListener in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockRegisterListener
private  class BubbleDisplayer.Listener
          A listener to the controller, reacting when the focused Dockable has changed.
 

Uses of DockRegisterListener in bibliothek.gui
 

Classes in bibliothek.gui that implement DockRegisterListener
private  class DockController.TitleListener
          Observers this controller and registers listeners to all new titles.
 

Methods in bibliothek.gui that return DockRegisterListener
protected  DockRegisterListener DockController.createFocusController()
          Creates a listener which will observe all stations to ensure that the focused Dockable is always visible.
protected  DockRegisterListener DockController.createPopupController()
          Creates a listener which will open a popup-menu for each title or dockable known to this controller.
 

Uses of DockRegisterListener in bibliothek.gui.dock
 

Classes in bibliothek.gui.dock that implement DockRegisterListener
private  class SingleParentRemover.Listener
          Listens to a DockController and call SingleParentRemover.testAll(DockController) if the structure of the dock-tree changes.
 

Uses of DockRegisterListener in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockRegisterListener
private  class DefaultDockRelocator.MouseDockableListener
          A listener to the set of known Dockables.
private  class DefaultDockRelocator.TitleListener
          Observers this controller and registers listeners to all new titles.
 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.
 

Fields in bibliothek.gui.dock.control with type parameters of type DockRegisterListener
private  java.util.List<DockRegisterListener> DockRegister.listeners
          a list of listeners which are informed whenever the registered dockables and stations change
 

Methods in bibliothek.gui.dock.control that return DockRegisterListener
protected  DockRegisterListener[] DockRegister.listDockRegisterListeners()
          Gets a list of all listeners 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 DockControllerListener
          This listener is added to the DockController.
 

Classes in bibliothek.gui.dock.event that implement DockRegisterListener
 class DockAdapter
          An abstract implementation of DockableListener, DockStationListener and DockControllerListener.
 class DockControllerAdapter
          An abstract implementation of DockControllerListener.
 

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.
 

Uses of DockRegisterListener in bibliothek.gui.dock.station
 

Classes in bibliothek.gui.dock.station that implement DockRegisterListener
private  class FlapDockStation.ControllerListener
           
 

Uses of DockRegisterListener in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement DockRegisterListener
 class FullScreenClickableListener
          A listener which is added to a SplitDockStation.