Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.component | |
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
DockComponentManager |
DockController.getDockComponentManager()
Gets a manager which keeps track of all the
DockComponentRoot s, and hence of all the Component s
that are known to this DockController . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDockComponentManager
Default implementation of
DockComponentManager . |
Modifier and Type | Method and Description |
---|---|
DockComponentManager |
DefaultDockControllerFactory.createDockComponentManager(DockController dockController,
ControllerSetupCollection setup) |
DockComponentManager |
DockControllerFactory.createDockComponentManager(DockController dockController,
ControllerSetupCollection setup)
Creates a new
DockComponentManager . |