Uses of Interface
bibliothek.gui.dock.control.DockControllerFactory

Packages that use DockControllerFactory
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.control Classes responsible to handle some global task. 
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
 

Uses of DockControllerFactory in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockControllerFactory
protected  void DockController.initiate(DockControllerFactory factory, ControllerSetupCollection setup)
          Initializes all properties of this controller.
 

Constructors in bibliothek.gui with parameters of type DockControllerFactory
DockController(DockControllerFactory factory)
          Creates a new controller but does not initiate the properties of this controller if not wished.
 

Uses of DockControllerFactory in bibliothek.gui.dock.common.intern
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type DockControllerFactory
CDockController(CControl owner, DockControllerFactory factory)
          Creates a new controller
 

Uses of DockControllerFactory in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockControllerFactory
 class DefaultDockControllerFactory
          A very simple implementation of DockControllerFactory, creating only the default-versions of every element.
 

Uses of DockControllerFactory in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement DockControllerFactory
 class SecureDockControllerFactory
          Deprecated. this class is no longer necessary as it has now the exact same behavior as DefaultDockControllerFactory.