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

Packages that use DockHierarchyListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of DockHierarchyListener in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockHierarchyListener
 void Dockable.addDockHierarchyListener(DockHierarchyListener listener)
          Adds a hierarchy-listener to this Dockable.
 void Dockable.removeDockHierarchyListener(DockHierarchyListener listener)
          Removes a hierarchy-listener from this Dockable.
Note: when using a DockHierarchyObserver, forward the call directly to DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener)
 

Uses of DockHierarchyListener in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type DockHierarchyListener
 void SplitDockStation.addDockHierarchyListener(DockHierarchyListener listener)
           
 void SplitDockStation.removeDockHierarchyListener(DockHierarchyListener listener)
           
 

Uses of DockHierarchyListener in bibliothek.gui.dock.dockable
 

Classes in bibliothek.gui.dock.dockable that implement DockHierarchyListener
 class DockHierarchyObserver
          A helper class that is able to send DockHierarchyEvents to DockHierarchyListeners.
 

Methods in bibliothek.gui.dock.dockable with parameters of type DockHierarchyListener
 void AbstractDockable.addDockHierarchyListener(DockHierarchyListener listener)
           
 void DockHierarchyObserver.addDockHierarchyListener(DockHierarchyListener listener)
          Stores a listener which is informed when the path of the owner has changed.
 void AbstractDockable.removeDockHierarchyListener(DockHierarchyListener listener)
           
 void DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener listener)
          Removes an earlier stored listener.
 

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

Classes in bibliothek.gui.dock.station.split that implement DockHierarchyListener
static class DefaultSplitDividerStrategy.Handler
          A DefaultSplitDividerStrategy.Handler is responsible for handling the needs of one SplitDockStation.