Uses of Class
bibliothek.gui.dock.station.screen.ScreenDockStationLayout

Packages that use ScreenDockStationLayout
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
 

Uses of ScreenDockStationLayout in bibliothek.gui.dock.station.screen
 

Subclasses of ScreenDockStationLayout in bibliothek.gui.dock.station.screen
 class RetroScreenDockStationLayout
          Old version of ScreenDockStationLayout, kept for backwards compatibility.
 

Methods in bibliothek.gui.dock.station.screen that return ScreenDockStationLayout
 ScreenDockStationLayout ScreenDockStationFactory.getLayout(ScreenDockStation station, Map<Dockable,Integer> children)
           
 ScreenDockStationLayout ScreenDockStationFactory.getPerspectiveLayout(ScreenDockPerspective element, Map<PerspectiveDockable,Integer> children)
           
 ScreenDockStationLayout ScreenDockStationFactory.read(DataInputStream in, PlaceholderStrategy placeholders)
           
 ScreenDockStationLayout ScreenDockStationFactory.read(XElement element, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.station.screen with parameters of type ScreenDockStationLayout
 void ScreenDockStationFactory.estimateLocations(ScreenDockStationLayout layout, LocationEstimationMap children)
           
 ScreenDockStation ScreenDockStationFactory.layout(ScreenDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 ScreenDockStation ScreenDockStationFactory.layout(ScreenDockStationLayout layout, PlaceholderStrategy placeholders)
           
 void ScreenDockStationFactory.layoutPerspective(ScreenDockPerspective perspective, ScreenDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 ScreenDockPerspective ScreenDockStationFactory.layoutPerspective(ScreenDockStationLayout layout, Map<Integer,PerspectiveDockable> children)
           
 void ScreenDockStationFactory.setLayout(ScreenDockStation station, ScreenDockStationLayout layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void ScreenDockStationFactory.setLayout(ScreenDockStation element, ScreenDockStationLayout layout, PlaceholderStrategy placeholders)
           
 void ScreenDockStationFactory.write(ScreenDockStationLayout layout, DataOutputStream out)
           
 void ScreenDockStationFactory.write(ScreenDockStationLayout layout, XElement element)