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.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.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 DockableProperty creates instances of ScreenDockProperty.
 

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

Classes in bibliothek.gui.dock.station.split that implement DockablePropertyFactory
 class SplitDockPathPropertyFactory
          A factory creating new instances of SplitDockPathProperty.
 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.