Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
bibliothek.gui.dock.station.support |
Elements used by various
DockStation s to store
properties and to propagate events to other objects. |
Modifier and Type | Method and Description |
---|---|
PlaceholderMapping |
DockStation.getPlaceholderMapping()
Allows access to the placeholders that are stored on this station.
|
Modifier and Type | Method and Description |
---|---|
PlaceholderMapping |
FlapDockStation.getPlaceholderMapping() |
PlaceholderMapping |
ScreenDockStation.getPlaceholderMapping() |
PlaceholderMapping |
SplitDockStation.getPlaceholderMapping() |
PlaceholderMapping |
StackDockStation.getPlaceholderMapping() |
Modifier and Type | Class and Description |
---|---|
class |
SplitDockPlaceholderMapping
A
PlaceholderMapping representing the placeholders on a SplitDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderListMapping
A generic
PlaceholderMapping that operates by accessing a PlaceholderList . |