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.flap |
Elements that are related to the
FlapDockStation . |
Modifier and Type | Method and Description |
---|---|
boolean |
FlapDockStation.drop(Dockable dockable,
FlapDockProperty property)
Adds the
Dockable dockable to this station or
to a child of this station, according to the contents of
property . |
Modifier and Type | Method and Description |
---|---|
protected CLocation |
DefaultExpandStrategy.expand(CLocation location,
FlapDockProperty property)
Creates a new location by creating the child location of
location using
property for that step. |
Modifier and Type | Field and Description |
---|---|
static FlapDockProperty |
FlapDockProperty.FIRST
The location of the first
Dockable . |
static FlapDockProperty |
FlapDockProperty.LAST
The location of the last
Dockable . |
Modifier and Type | Method and Description |
---|---|
FlapDockProperty |
FlapDockProperty.copy() |