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
 

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

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