Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
Constructor and Description |
---|
BubbleStackDockComponent(StackDockComponentParent parent)
Creates a new component.
|
Constructor and Description |
---|
FlatTabPane(StackDockComponentParent parent)
Creates a new
FlatTabPane |
Modifier and Type | Class and Description |
---|---|
class |
StackDockStation
On this station, only one of many children is visible.
|
Modifier and Type | Method and Description |
---|---|
StackDockComponent |
StackDockComponentFactory.create(StackDockComponentParent parent)
Creates a new component for
station . |
Modifier and Type | Class and Description |
---|---|
class |
TabDecorator
Shows a
StackDockComponent as decoration. |
Constructor and Description |
---|
BasicStackDockComponent(StackDockComponentParent station) |