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

Packages that use SingleParentRemover
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

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.ui
 

Subclasses of SingleParentRemover in bibliothek.gui.dock.common.intern.ui
 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.