Uses of Class
bibliothek.gui.dock.layout.DockLayoutInfo

Packages that use DockLayoutInfo
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
 

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 DockablePropertys of the children of the station which is represented by layout.
 

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 DockLayoutInfos 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 DockLayoutInfos 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)