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

Packages that use DockLayout
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.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 DockLayout in bibliothek.gui.dock.common.intern.layout
 

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type DockLayout
 MultipleCDockable CLayoutChangeStrategy.CSettingAccess.findMatch(DockLayout<?> layout)
          Searches a match for the meta-data layout.
 

Uses of DockLayout in bibliothek.gui.dock.common.intern.station
 

Methods in bibliothek.gui.dock.common.intern.station that return DockLayout
 DockLayout<?> CommonDockStationLayout.getLayout()
          Gets the layout information that was produced the DockFactory with id CommonDockStationLayout.getFactoryId().
 

Constructors in bibliothek.gui.dock.common.intern.station with parameters of type DockLayout
CommonDockStationLayout(String id, boolean root, String factoryId, DockLayout<?> layout)
          Creates a new layout.
 

Uses of DockLayout in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return DockLayout
 DockLayout<?> DockLayoutComposition.getAdjacent(String factoryId)
          Searches for the DockLayout whose factory is set to factoryId.
 DockLayout<?> DockLayoutInfo.getDataLayout()
          Gets the data of this info as DockLayout.
 

Methods in bibliothek.gui.dock.layout that return types with arguments of type DockLayout
 List<DockLayout<?>> DockLayoutComposition.getAdjacent()
          Gets the additional information about the element.
 

Constructors in bibliothek.gui.dock.layout with parameters of type DockLayout
DockLayoutInfo(DockLayout<?> data)
          Creates a new info
 

Constructor parameters in bibliothek.gui.dock.layout with type arguments of type DockLayout
DockLayoutComposition(DockLayoutInfo layout, List<DockLayout<?>> adjacent, List<DockLayoutComposition> children, boolean ignoreChildren)
          Creates a new composition.