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

Packages that use AdjacentDockFactory
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
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 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.common.intern
 

Classes in bibliothek.gui.dock.common.intern that implement AdjacentDockFactory
 class RootStationAdjacentFactory
          This factory stores the property CStation.getTypeId() for any CStation that is found.
 

Uses of AdjacentDockFactory in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return AdjacentDockFactory
 AdjacentDockFactory<?>[] DockFrontendInternals.getAdjacentDockFactories()
          Gets a list of all AdjacentDockFactorys that were added using DockFrontend.registerAdjacentFactory(AdjacentDockFactory).
 

Uses of AdjacentDockFactory in bibliothek.gui.dock.layout
 

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

Methods in bibliothek.gui.dock.layout that return types with arguments of type AdjacentDockFactory
 Map<String,AdjacentDockFactory<?>> DockSituation.getAdjacentFactorys()
          Gets all the adjacent factories that are currently registered at this DockSituation, the returned Map is unmodifiable.
 

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.