| Package | Description |
|---|---|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.dockable |
Some classes related to
Dockable. |
| bibliothek.gui.dock.frontend |
Classes and interfaces needed by the
DockFrontend |
| bibliothek.gui.dock.layout |
Elements dealing with the location of
Dockables
on their DockStation and allowing to store the
whole layout of a set of Dockables and stations. |
| bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation. |
| bibliothek.gui.dock.station.screen |
Elements that are related to the
ScreenDockStation. |
| 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.stack |
Elements which are related to the
StackDockStation. |
| Modifier and Type | Method and Description |
|---|---|
void |
DockFactory.estimateLocations(L layout,
LocationEstimationMap children)
Tries to estimate the
DockablePropertys of the children of the
station which is represented by layout.The children of this station are accessible through children.getChild( ... |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDockableFactory.estimateLocations(Object layout,
LocationEstimationMap children) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisteringDockFactory.estimateLocations(BackupFactoryData<L> layout,
LocationEstimationMap children) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLocationEstimationMap
This default implementation of a
LocationEstimationMap works directly with the tree built
by DockLayoutCompositions. |
| Modifier and Type | Method and Description |
|---|---|
void |
FlapDockStationFactory.estimateLocations(FlapDockStationLayout layout,
LocationEstimationMap children) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDockStationFactory.estimateLocations(ScreenDockStationLayout layout,
LocationEstimationMap children) |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitDockStationFactory.estimateLocations(SplitDockStationLayout layout,
LocationEstimationMap children) |
| Modifier and Type | Method and Description |
|---|---|
void |
StackDockStationFactory.estimateLocations(StackDockStationLayout layout,
LocationEstimationMap children) |
Copyright © 2017 Docking Frames. All rights reserved.