Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.layout |
Implementation of a
LayoutChangeStrategy and supporting classes. |
bibliothek.gui.dock.common.intern.station |
Contains the
CommonDockStation , various implementations of CommonDockStation and supporting classes. |
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
Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s 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
DockableProperty s 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 |
CommonMultipleDockableFactory.estimateLocations(CommonMultipleDockableLayout layout,
LocationEstimationMap children) |
void |
CommonSingleDockableFactory.estimateLocations(CommonSingleDockableLayout layout,
LocationEstimationMap children) |
Modifier and Type | Method and Description |
---|---|
void |
ReplacementDockFactory.estimateLocations(MultipleCDockable layout,
LocationEstimationMap children) |
Modifier and Type | Method and Description |
---|---|
void |
CommonDockStationFactory.estimateLocations(CommonDockStationLayout layout,
LocationEstimationMap children) |
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 DockLayoutComposition s. |
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) |