|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockLayoutInfo | |
---|---|
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 | |
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 . |
Uses of DockLayoutInfo in bibliothek.gui.dock |
---|
Method parameters in bibliothek.gui.dock with type arguments of type DockLayoutInfo | |
---|---|
void |
DockFactory.estimateLocations(L layout,
Map<Integer,DockLayoutInfo> children)
Tries to estimate the DockableProperty s of the children of the
station which is represented by layout . |
Uses of DockLayoutInfo in bibliothek.gui.dock.common.intern |
---|
Method parameters in bibliothek.gui.dock.common.intern with type arguments of type DockLayoutInfo | |
---|---|
void |
CommonMultipleDockableFactory.estimateLocations(CommonDockableLayout layout,
Map<Integer,DockLayoutInfo> children)
|
void |
CommonSingleDockableFactory.estimateLocations(String layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.common.intern.layout |
---|
Method parameters in bibliothek.gui.dock.common.intern.layout with type arguments of type DockLayoutInfo | |
---|---|
void |
ReplacementDockFactory.estimateLocations(MultipleCDockable layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.dockable |
---|
Method parameters in bibliothek.gui.dock.dockable with type arguments of type DockLayoutInfo | |
---|---|
void |
DefaultDockableFactory.estimateLocations(Object layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.frontend |
---|
Method parameters in bibliothek.gui.dock.frontend with type arguments of type DockLayoutInfo | |
---|---|
void |
RegisteringDockFactory.estimateLocations(BackupFactoryData<L> layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.layout |
---|
Methods in bibliothek.gui.dock.layout that return DockLayoutInfo | |
---|---|
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfo s which contain a DockLayout . |
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info)
|
DockLayoutInfo |
DockLayoutComposition.getLayout()
Gets the layout which describes the element of this composition. |
Methods in bibliothek.gui.dock.layout with parameters of type DockLayoutInfo | |
---|---|
protected DockLayoutInfo |
DockSituation.fillMissing(DockLayoutInfo info)
Called by DockSituation.fillMissing(DockLayoutComposition) only for
DockLayoutInfo s which contain a DockLayout . |
protected DockLayoutInfo |
PredefinedDockSituation.fillMissing(DockLayoutInfo info)
|
protected String |
DockSituation.getFactoryID(DockLayoutInfo info)
Reads the id of the factory which was used to create info . |
Constructors in bibliothek.gui.dock.layout with parameters of type DockLayoutInfo | |
---|---|
DockLayoutComposition(DockLayoutInfo layout,
List<DockLayout<?>> adjacent,
List<DockLayoutComposition> children,
boolean ignoreChildren)
Creates a new composition. |
Uses of DockLayoutInfo in bibliothek.gui.dock.station.flap |
---|
Method parameters in bibliothek.gui.dock.station.flap with type arguments of type DockLayoutInfo | |
---|---|
void |
FlapDockStationFactory.estimateLocations(FlapDockStationLayout layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.station.screen |
---|
Method parameters in bibliothek.gui.dock.station.screen with type arguments of type DockLayoutInfo | |
---|---|
void |
ScreenDockStationFactory.estimateLocations(ScreenDockStationLayout layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.station.split |
---|
Method parameters in bibliothek.gui.dock.station.split with type arguments of type DockLayoutInfo | |
---|---|
void |
SplitDockStationFactory.estimateLocations(SplitDockStationLayout layout,
Map<Integer,DockLayoutInfo> children)
|
Uses of DockLayoutInfo in bibliothek.gui.dock.station.stack |
---|
Method parameters in bibliothek.gui.dock.station.stack with type arguments of type DockLayoutInfo | |
---|---|
void |
StackDockStationFactory.estimateLocations(StackDockStationLayout layout,
Map<Integer,DockLayoutInfo> children)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |