Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
bibliothek.gui.dock.util.color |
The color subsystem, used by most of the components to search for the colors
they need to paint.
|
Modifier and Type | Method and Description |
---|---|
ColorManager |
DockController.getColors()
Gets the map of colors which are used by this controller.
|
Modifier and Type | Method and Description |
---|---|
ColorBridge |
ColorBridgeFactory.create(ColorManager manager)
Creates a new bridge for
manager . |
Modifier and Type | Method and Description |
---|---|
protected ColorManager[] |
AbstractColorScheme.managers()
Gets all the
ColorManager s that are currently installed on this scheme. |
Modifier and Type | Method and Description |
---|---|
MultiColorBridge |
MultiColorBridgeFactory.create(ColorManager manager) |
ColorBridge |
SingleColorBridgeFactory.create(ColorManager manager) |
Constructor and Description |
---|
MultiColorBridge(ColorManager manager)
Creates a new
ColorBridge . |