| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.component | |
| bibliothek.gui.dock.dockable |
Some classes related to
Dockable. |
| bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
| bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
| bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable. |
| Modifier and Type | Method and Description |
|---|---|
protected DockComponentRootHandler |
DefaultDockable.createRootHandler() |
protected DockComponentRootHandler |
StackDockStation.createRootHandler() |
protected DockComponentRootHandler |
ScreenDockStation.createRootHandler() |
protected DockComponentRootHandler |
FlapDockStation.createRootHandler() |
protected DockComponentRootHandler |
SplitDockStation.createRootHandler()
Creates a new
DockComponentRootHandler for monitoring all the Components of this station. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDockStationComponentRootHandler
This root handler stops traversing
Components when discovering a DockableDisplayer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DockComponentRootHandler |
AbstractDockable.createRootHandler()
Creates the
DockComponentRootHandler which configures the Components of this dockable. |
protected DockComponentRootHandler |
AbstractDockable.getRootHandler()
Gets the
DockComponentRootHandler which is responsible for keeping track of all the Components of this
dockable. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DockComponentRootHandler |
AbstractDockStation.createRootHandler()
Creates a new
DockComponentRootHandler which will be responsible for keeping track of
all the Components of this station. |
protected DockComponentRootHandler |
AbstractDockStation.getRootHandler()
Gets the
DockComponentRootHandler which is responsible for keeping track of all the
Components of this station. |
| Modifier and Type | Method and Description |
|---|---|
protected DockComponentRootHandler |
BasicDockableDisplayer.createRootHandler()
Creates the
DockComponentRootHandler for this displayer. |
| Modifier and Type | Method and Description |
|---|---|
protected DockComponentRootHandler |
AbstractMultiDockTitle.createRootHandler()
Creates the
DockComponentRootHandler which is responsible for informing the client about
the Components that are shown on this title. |
Copyright © 2017 Docking Frames. All rights reserved.