Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CControlFactory |
CControl.getFactory()
Gets the factory which is mainly used to create new elements for this
control.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CControl.init(WindowProvider window,
CControlFactory factory)
Initializes the fields of this
CControl . |
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
EfficientControlFactory
A factory that uses the most efficient elements, can only be used in
environments where global events can be observed.
|