Uses of Interface
bibliothek.gui.dock.common.intern.CControlFactory
Packages that use CControlFactory
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CControlFactory in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common that return CControlFactoryModifier and TypeMethodDescriptionCControl.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 CControlFactoryModifier and TypeMethodDescriptionprotected voidCControl.init(WindowProvider window, CControlFactory factory) Initializes the fields of thisCControl.Constructors in bibliothek.gui.dock.common with parameters of type CControlFactoryModifierConstructorDescriptionCControl(WindowProvider window, CControlFactory factory) Creates a new controlprotectedCControl(WindowProvider window, CControlFactory factory, boolean init) Creates a new controlCControl(JFrame frame, CControlFactory factory) Creates a new control -
Uses of CControlFactory in bibliothek.gui.dock.common.intern
Classes in bibliothek.gui.dock.common.intern that implement CControlFactoryModifier and TypeClassDescriptionclassA factory that uses the most efficient elements, can only be used in environments where global events can be observed.