Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SingleParentRemover |
DockController.getSingleParentRemover()
Gets the handler used to remove stations with only one or none
children.
|
Modifier and Type | Method and Description |
---|---|
void |
DockController.setSingleParentRemover(SingleParentRemover remover)
Exchanges the handler that removes stations with only one or none children.
|
Modifier and Type | Class and Description |
---|---|
class |
CSingleParentRemover
A
SingleParentRemover not removing any CStation s. |
Modifier and Type | Method and Description |
---|---|
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. |