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

Packages that use DockHierarchyListener
bibliothek.gui   
bibliothek.gui.dock   
bibliothek.gui.dock.dockable   
bibliothek.gui.dock.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.
 

Uses of DockHierarchyListener in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type DockHierarchyListener
 void AbstractDockable.addDockHierarchyListener(DockHierarchyListener listener)
           
 void AbstractDockable.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 DockHierarchyObserver.addDockHierarchyListener(DockHierarchyListener listener)
          Stores a listener which is informed when the path of the owner has changed.
 void DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener listener)
          Removes an earlier stored listener.
 

Uses of DockHierarchyListener in bibliothek.gui.dock.station
 

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