| Package | Description |
|---|---|
| bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
| bibliothek.gui.dock.common.behavior | |
| bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
| Modifier and Type | Method and Description |
|---|---|
SingleCDockableFactory |
CControl.getSingleDockableFactory(String id)
Searches the
SingleCDockableFactory which is responsible for creating the
SingleCDockable with identifier id. |
| Modifier and Type | Method and Description |
|---|---|
void |
CControl.addSingleDockableFactory(Filter<String> ids,
SingleCDockableFactory factory)
Adds a factory to this control.
|
void |
CControl.addSingleDockableFactory(String id,
SingleCDockableFactory backupFactory)
Adds a factory to this control.
|
void |
CControl.removeSingleDockableFactory(SingleCDockableFactory factory)
Removes all occurrences of
factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalizingCGridAreaFactory
A factory that creates new
ExternalizingCGridAreas. |
| Modifier and Type | Method and Description |
|---|---|
SingleCDockableFactory |
CommonSingleDockableFactory.getFactory(String id)
Searches the factory which handles
id. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonSingleDockableFactory.add(Filter<String> ids,
SingleCDockableFactory factory)
Registers a new factory that will load
SingleCDockable with
unique identifiers that are included by ids. |
void |
CommonSingleDockableFactory.add(String id,
SingleCDockableFactory factory)
Registers a new factory that will load
SingleCDockables with
the unique id id. |
void |
CommonSingleDockableFactory.remove(SingleCDockableFactory factory)
Removes any occurrence of
factory. |
Copyright © 2018. All rights reserved.