Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
Modifier and Type | Method and Description |
---|---|
boolean |
StackDockStation.drop(Dockable dockable,
StackDockProperty property)
Adds a new child to this station, and tries to match the
property
as good as possible. |
Modifier and Type | Method and Description |
---|---|
protected CLocation |
DefaultExpandStrategy.expand(CLocation location,
StackDockProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
Modifier and Type | Field and Description |
---|---|
static StackDockProperty |
StackDockProperty.BACK
The last location on a
StackDockStation |
static StackDockProperty |
StackDockProperty.FRONT
The first location on a
StackDockStation |