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

Packages that use AdjacentDockFactory
bibliothek.gui   
bibliothek.gui.dock.layout   
 

Uses of AdjacentDockFactory in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type AdjacentDockFactory
 void DockFrontend.registerAdjacentFactory(AdjacentDockFactory<?> factory)
          Registers a factory that stores additional information for a set of Dockables.
 void DockFrontend.unregisterAdjacentFactory(AdjacentDockFactory<?> factory)
          Removes an additional factory from this frontend.
 

Uses of AdjacentDockFactory in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout that return AdjacentDockFactory
protected  AdjacentDockFactory<?> DockSituation.getAdjacentFactory(String id)
          Gets the adjacent factory which has the given id.
 

Methods in bibliothek.gui.dock.layout with parameters of type AdjacentDockFactory
 void DockSituation.addAdjacent(AdjacentDockFactory<?> factory)
          Adds an adjacent factory
protected  String DockSituation.getAdjacentID(AdjacentDockFactory<?> factory)
          Gets the id of factory.