Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<SplitDividerStrategy> |
SplitDockStation.DIVIDER_STRATEGY
The algorithm that allows users to resize children of a
SplitDockStation by
grabbing a gap between two children and moving that gap around. |
Modifier and Type | Method and Description |
---|---|
SplitDividerStrategy |
SplitDockStation.getDividerStrategy()
Gets the
SplitDividerStrategy that is used to handle the divider of this station. |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.setDividerStrategy(SplitDividerStrategy strategy)
Sets the
SplitDividerStrategy that should be used to handle the divider of this station. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSplitDividerStrategy
The default implementation of
SplitDividerStrategy |
Modifier and Type | Method and Description |
---|---|
SplitDividerStrategy |
SplitDividerStrategyFactory.create(SplitDockStation station)
Creates a new strategy.
|