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

Packages that use DockablePropertyFactory
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
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. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
 

Uses of DockablePropertyFactory in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockablePropertyFactory
 void DockFrontend.registerFactory(DockablePropertyFactory factory)
          Registers a factory to write and read properties.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.facile.mode
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type DockablePropertyFactory
 void LocationSettingConverter.addFactory(DockablePropertyFactory factory)
          Adds an additional factory to this converter, needed to read and write DockablePropertys.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.frontend
 

Methods in bibliothek.gui.dock.frontend that return DockablePropertyFactory
 DockablePropertyFactory[] DockFrontendInternals.getPropertyFactories()
          Gets a list of all AdjacentDockFactorys that were added using DockFrontend.registerFactory(DockablePropertyFactory).
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.layout
 

Methods in bibliothek.gui.dock.layout with parameters of type DockablePropertyFactory
 void PropertyTransformer.addFactory(DockablePropertyFactory factory)
          Installs a factory
 

Constructors in bibliothek.gui.dock.layout with parameters of type DockablePropertyFactory
PropertyTransformer(DockablePropertyFactory... factories)
          Creates a new transformer and installs factories.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement DockablePropertyFactory
 class FlapDockPropertyFactory
          Creates instances of FlapDockProperty.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement DockablePropertyFactory
 class ScreenDockPropertyFactory
          This DockablePropertyFactory creates instances of ScreenDockProperty.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement DockablePropertyFactory
 class SplitDockFullScreenPropertyFactory
          This factory creates new instances of SplitDockFullScreenPropertys.
 class SplitDockPathPropertyFactory
          A factory creating new instances of SplitDockPathProperty.
 class SplitDockPlaceholderPropertyFactory
          A factory creating SplitDockPlaceholderPropertys.
 class SplitDockPropertyFactory
          A factory that creates instances of SplitDockProperty.
 

Uses of DockablePropertyFactory in bibliothek.gui.dock.station.stack
 

Classes in bibliothek.gui.dock.station.stack that implement DockablePropertyFactory
 class StackDockPropertyFactory
          A factory which creates instances of StackDockProperty.