Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DockController.initiate(DockControllerFactory factory,
ControllerSetupCollection setup)
Initializes all properties of this controller.
|
Constructor and Description |
---|
DockController(DockControllerFactory factory)
Creates a new controller but does not initiate the properties of this
controller if not wished.
|
Constructor and Description |
---|
CDockController(CControl owner,
DockControllerFactory factory)
Creates a new controller
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDockControllerFactory
A very simple implementation of
DockControllerFactory , creating
only the default-versions of every element. |