| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<ScreenDropSizeStrategy> |
ScreenDockStation.DROP_SIZE_STRATEGY
key for the
ScreenDropSizeStrategy that is used when dropping a Dockable onto this station |
| Modifier and Type | Field and Description |
|---|---|
static ScreenDropSizeStrategy |
ScreenDropSizeStrategy.CURRENT_SIZE
The
getDropSize(ScreenDockStation, Dockable) of a Dockable is always its
current size when using this strategy. |
static ScreenDropSizeStrategy |
ScreenDropSizeStrategy.PREFERRED_SIZE
This strategy always returns the preferred size of a
Dockable. |
Copyright © 2017 Docking Frames. All rights reserved.