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

Packages that use DockLayoutInfo
bibliothek.gui.dock   
bibliothek.gui.dock.dockable   
bibliothek.gui.dock.frontend   
bibliothek.gui.dock.layout   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.screen   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.station.stack   
 

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)