Uses of Class
bibliothek.gui.dock.control.SingleParentRemover

Packages that use SingleParentRemover
bibliothek.gui   
bibliothek.gui.dock.common.intern   
bibliothek.gui.dock.control   
 

Uses of SingleParentRemover in bibliothek.gui
 

Methods in bibliothek.gui that return SingleParentRemover
 SingleParentRemover DockController.getSingleParentRemover()
          Gets the handler used to remove stations with only one or none children.
 

Methods in bibliothek.gui with parameters of type SingleParentRemover
 void DockController.setSingleParentRemover(SingleParentRemover remover)
          Exchanges the handler that removes stations with only one or none children.
 

Uses of SingleParentRemover in bibliothek.gui.dock.common.intern
 

Subclasses of SingleParentRemover in bibliothek.gui.dock.common.intern
 class CSingleParentRemover
          A SingleParentRemover not removing any CStations.
 

Uses of SingleParentRemover in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return SingleParentRemover
 SingleParentRemover DefaultDockControllerFactory.createSingleParentRemover(DockController controller, ControllerSetupCollection setup)
           
 SingleParentRemover DockControllerFactory.createSingleParentRemover(DockController controller, ControllerSetupCollection setup)
          Creates a SingleParentRemover that will be used to remove some stations from this controller.