Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
bibliothek.gui.dock.station.screen.window |
Contains the window (
JDialog , JInternalDialog , etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
Modifier and Type | Class and Description |
---|---|
class |
SplitDockStation
This station shows all its children at once.
|
protected class |
StackDockStation.Background
This panel is used as base of the station.
|
Modifier and Type | Class and Description |
---|---|
class |
CSplitDockStation
An implementation of
SplitDockStation that also satisfies the CommonDockStation interface. |
Modifier and Type | Class and Description |
---|---|
class |
ButtonPane
This panel is used by the
FlapDockStation to display some button-titles. |
Modifier and Type | Method and Description |
---|---|
protected SecureContainer |
AbstractScreenDockWindow.createContent(WindowConfiguration configuration)
Creates the component that will be used as
content-pane . |