Uses of Class
bibliothek.gui.dock.component.DockComponentRootHandler

Packages that use DockComponentRootHandler
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.component   
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of DockComponentRootHandler in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DockComponentRootHandler
protected  DockComponentRootHandler DefaultDockable.createRootHandler()
           
protected  DockComponentRootHandler FlapDockStation.createRootHandler()
           
protected  DockComponentRootHandler ScreenDockStation.createRootHandler()
           
protected  DockComponentRootHandler SplitDockStation.createRootHandler()
          Creates a new DockComponentRootHandler for monitoring all the Components of this station.
protected  DockComponentRootHandler StackDockStation.createRootHandler()
           
 

Uses of DockComponentRootHandler in bibliothek.gui.dock.component
 

Subclasses of DockComponentRootHandler in bibliothek.gui.dock.component
 class DefaultDockStationComponentRootHandler
          This root handler stops traversing Components when discovering a DockableDisplayer
 

Uses of DockComponentRootHandler in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable that return DockComponentRootHandler
protected abstract  DockComponentRootHandler AbstractDockable.createRootHandler()
          Creates the DockComponentRootHandler which configures the Components of this dockable.
protected  DockComponentRootHandler AbstractDockable.getRootHandler()
          Gets the DockComponentRootHandler which is responsible for keeping track of all the Components of this dockable.
 

Uses of DockComponentRootHandler in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station that return DockComponentRootHandler
protected abstract  DockComponentRootHandler AbstractDockStation.createRootHandler()
          Creates a new DockComponentRootHandler which will be responsible for keeping track of all the Components of this station.
protected  DockComponentRootHandler AbstractDockStation.getRootHandler()
          Gets the DockComponentRootHandler which is responsible for keeping track of all the Components of this station.
 

Uses of DockComponentRootHandler in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return DockComponentRootHandler
protected  DockComponentRootHandler BasicDockableDisplayer.createRootHandler()
          Creates the DockComponentRootHandler for this displayer.
 

Uses of DockComponentRootHandler in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return DockComponentRootHandler
protected  DockComponentRootHandler AbstractMultiDockTitle.createRootHandler()
          Creates the DockComponentRootHandler which is responsible for informing the client about the Components that are shown on this title.