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 |
FlapDockStation.createRootHandler() |
protected DockComponentRootHandler |
ScreenDockStation.createRootHandler() |
protected DockComponentRootHandler |
SplitDockStation.createRootHandler()
Creates a new
DockComponentRootHandler for monitoring all the Component s of this station. |
protected DockComponentRootHandler |
StackDockStation.createRootHandler() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDockStationComponentRootHandler
This root handler stops traversing
Component s when discovering a DockableDisplayer |
Modifier and Type | Method and Description |
---|---|
protected abstract DockComponentRootHandler |
AbstractDockable.createRootHandler()
Creates the
DockComponentRootHandler which configures the Component s of this dockable. |
protected DockComponentRootHandler |
AbstractDockable.getRootHandler()
Gets the
DockComponentRootHandler which is responsible for keeping track of all the Component s 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 Component s of this station. |
protected DockComponentRootHandler |
AbstractDockStation.getRootHandler()
Gets the
DockComponentRootHandler which is responsible for keeping track of all the
Component s 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 Component s that are shown on this title. |