Uses of Class
bibliothek.gui.dock.station.stack.StackDockStationLayout

Packages that use StackDockStationLayout
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of StackDockStationLayout in bibliothek.gui.dock.station.stack
 

Subclasses of StackDockStationLayout in bibliothek.gui.dock.station.stack
 class RetroStackDockStationLayout
          Information about the layout of a StackDockStation read from an old format.
 

Methods in bibliothek.gui.dock.station.stack that return StackDockStationLayout
 StackDockStationLayout StackDockStationFactory.getLayout(StackDockStation station, Map<Dockable,Integer> children)
           
 StackDockStationLayout StackDockStationFactory.getPerspectiveLayout(StackDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 StackDockStationLayout StackDockStationFactory.read(DataInputStream in, PlaceholderStrategy placeholders)
           
 StackDockStationLayout StackDockStationFactory.read(XElement element, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.station.stack with parameters of type StackDockStationLayout
 void StackDockStationFactory.estimateLocations(StackDockStationLayout layout, LocationEstimationMap children)
           
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 StackDockStation StackDockStationFactory.layout(StackDockStationLayout layout, PlaceholderStrategy placeholders)
           
 void StackDockStationFactory.layoutPerspective(StackDockPerspective perspective, StackDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 StackDockPerspective StackDockStationFactory.layoutPerspective(StackDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 void StackDockStationFactory.setLayout(StackDockStation station, StackDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void StackDockStationFactory.setLayout(StackDockStation element, StackDockStationLayout layout, PlaceholderStrategy placeholders)
           
 void StackDockStationFactory.write(StackDockStationLayout layout, DataOutputStream out)
           
 void StackDockStationFactory.write(StackDockStationLayout layout, XElement element)