Uses of Interface
bibliothek.gui.dock.layout.MissingDockFactory

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

Methods in bibliothek.gui.dock.layout that return MissingDockFactory
 MissingDockFactory DockSituation.getMissingAdjacentFactory()
          Gets the factory which is used when another AdjacentDockFactory is missing.
 MissingDockFactory DockSituation.getMissingFactory()
          Gets the factory which is used when another factory is missing.
 

Methods in bibliothek.gui.dock.layout with parameters of type MissingDockFactory
 void DockSituation.setMissingAdjacentFactory(MissingDockFactory missingAdjacent)
          Sets a factory which is used when a AdjacentDockFactory is missing.
 void DockSituation.setMissingFactory(MissingDockFactory missingFactory)
          Sets a factory which is used whenever no ordinary DockFactory can be found to read something.