Uses of Interface
bibliothek.gui.dock.common.intern.CControlFactory

Packages that use CControlFactory
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CControlFactory in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CControlFactory
 CControlFactory CControl.getFactory()
          Gets the factory which is mainly used to create new elements for this control.
 

Methods in bibliothek.gui.dock.common with parameters of type CControlFactory
protected  void CControl.init(WindowProvider window, CControlFactory factory)
          Initializes the fields of this CControl.
 

Constructors in bibliothek.gui.dock.common with parameters of type CControlFactory
CControl(javax.swing.JFrame frame, CControlFactory factory)
          Creates a new control
CControl(WindowProvider window, CControlFactory factory)
          Creates a new control
CControl(WindowProvider window, CControlFactory factory, boolean init)
          Creates a new control
 

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

Classes in bibliothek.gui.dock.common.intern that implement CControlFactory
 class EfficientControlFactory
          A factory that uses the most efficient elements, can only be used in environments where global events can be observed.
 class SecureControlFactory
          Deprecated. this class is no longer necessary and will be removed in a future release