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

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

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 DefaultLocationEstimationMap.getChild(int childIndex)
           
 DockLayoutInfo LocationEstimationMap.getChild(int childIndex)
          Gets the DockLayoutInfo that is associated with key childIndex.
 DockLayoutInfo PredefinedLayout.getDelegate()
          Gets the layout which stores the contents of the predefined element.
 DockLayoutInfo DockLayoutComposition.getLayout()
          Gets the layout which describes the element of this composition.
 DockLayoutInfo DefaultLocationEstimationMap.getSubChild(int childIndex, int subChildIndex)
           
 DockLayoutInfo LocationEstimationMap.getSubChild(int childIndex, int subChildIndex)
          Gets the subChildIndex'th child of childIndex.
 

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.
PredefinedLayout(String predefined, DockLayoutInfo delegate)
          Creates a new layout.