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.
 

Constructors in bibliothek.gui.dock.common with parameters of type CControlFactory
CControl(JFrame frame, CControlFactory factory)
          Creates a new control
CControl(WindowProvider window, CControlFactory factory)
          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
          A factory used in restricted environment, where no global events can be observed.