Uses of Class
bibliothek.gui.dock.event.DockHierarchyEvent

Packages that use DockHierarchyEvent
bibliothek.gui.dock.dockable   
bibliothek.gui.dock.event   
 

Uses of DockHierarchyEvent in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable with parameters of type DockHierarchyEvent
 void DockHierarchyObserver.controllerChanged(DockHierarchyEvent event)
           
 void DockHierarchyObserver.hierarchyChanged(DockHierarchyEvent event)
           
 

Uses of DockHierarchyEvent in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type DockHierarchyEvent
 void DockHierarchyListener.controllerChanged(DockHierarchyEvent event)
          Invoked whenever the controller of dockable has changed
 void DockHierarchyListener.hierarchyChanged(DockHierarchyEvent event)
          Called when the path of the observed Dockable has been changed.