Package | Description |
---|---|
bibliothek.gui.dock.common.event | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.color |
Various implementations of
ColorBridge used by the themes of Common
to transfer colors from the ColorMap of CDockable s
through the ColorManager to the Component s which are related
to said dockable s. |
Modifier and Type | Method and Description |
---|---|
void |
ColorMapListener.colorChanged(ColorMap map,
String key,
Color color)
Called when a color changed.
|
Modifier and Type | Method and Description |
---|---|
ColorMap |
AbstractCDockable.getColors() |
ColorMap |
CDockable.getColors()
Gets a mutable map of colors.
|
Modifier and Type | Method and Description |
---|---|
protected Color |
ColorTransmitter.getFirstNonNull(ColorMap map,
String... keys)
Gets the first non-
null color of map that
matches a given key. |