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

Packages that use BackupFactoryData
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
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 BackupFactoryData in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return BackupFactoryData
 BackupFactoryData<L> RegisteringDockFactory.getLayout(D element, Map<Dockable,Integer> children)
           
 BackupFactoryData<L> RegisteringDockFactory.getPerspectiveLayout(P element, Map<PerspectiveDockable,Integer> children)
           
 BackupFactoryData<L> RegisteringDockFactory.read(DataInputStream in, PlaceholderStrategy placeholders)
           
 BackupFactoryData<L> RegisteringDockFactory.read(XElement element, PlaceholderStrategy placeholders)
           
 

Methods in bibliothek.gui.dock.frontend with parameters of type BackupFactoryData
 void RegisteringDockFactory.estimateLocations(BackupFactoryData<L> layout, LocationEstimationMap children)
           
 D RegisteringDockFactory.layout(BackupFactoryData<L> layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 D RegisteringDockFactory.layout(BackupFactoryData<L> layout, PlaceholderStrategy placeholders)
           
 P RegisteringDockFactory.layoutPerspective(BackupFactoryData<L> layout, Map<Integer,PerspectiveDockable> children)
           
 void RegisteringDockFactory.layoutPerspective(P perspective, BackupFactoryData<L> layout, Map<Integer,PerspectiveDockable> children)
           
 void RegisteringDockFactory.setLayout(D element, BackupFactoryData<L> layout, Map<Integer,Dockable> children, PlaceholderStrategy placeholders)
           
 void RegisteringDockFactory.setLayout(D element, BackupFactoryData<L> layout, PlaceholderStrategy placeholders)
           
 void RegisteringDockFactory.write(BackupFactoryData<L> layout, DataOutputStream out)
           
 void RegisteringDockFactory.write(BackupFactoryData<L> layout, XElement element)
           
 

Uses of BackupFactoryData in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return types with arguments of type BackupFactoryData
protected  DockFactory<? extends DockElement,?,BackupFactoryData<?>> PredefinedDockSituation.getBackup(String id)
          Searches a backup factory with the name id.
 

Method parameters in bibliothek.gui.dock.layout with type arguments of type BackupFactoryData
 void PredefinedDockSituation.addBackup(DockFactory<? extends DockElement,?,BackupFactoryData<?>> factory)
          Adds a backup factory to this situation.