Package | Description |
---|---|
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. |
bibliothek.gui.dock.common.theme |
Classes related to the
DockTheme s. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
Modifier and Type | Field and Description |
---|---|
static ColorBridgeFactory |
BubbleTabTransmitter.FACTORY
A factory that creates
BubbleTabTransmitter s. |
static ColorBridgeFactory |
EclipseTabTransmitter.FACTORY
A factory that creates
EclipseTabTransmitter s. |
Modifier and Type | Method and Description |
---|---|
void |
CDockTheme.putColorBridgeFactory(Path kind,
ColorBridgeFactory factory)
Sets the
ColorBridge which should be used for a certain kind
of DockColor s. |
Modifier and Type | Class and Description |
---|---|
class |
MultiColorBridgeFactory
A factory for a
MultiUIBridge , this factory can contain other
factories to fill up the new MultiUIBridge . |
class |
SingleColorBridgeFactory
A
ColorBridgeFactory that always returns the same instance
of ColorBridge . |
Modifier and Type | Method and Description |
---|---|
ColorBridgeFactory |
DefaultColorScheme.getBridgeFactory(Path kind)
Gets the factory that creates bridges for
kind . |
Modifier and Type | Method and Description |
---|---|
void |
MultiColorBridgeFactory.put(java.lang.String key,
ColorBridgeFactory bridge)
Sets the factory of a child of the
MultiUIBridge which will
be created by this factory. |
void |
DefaultColorScheme.setBridgeFactory(Path kind,
ColorBridgeFactory bridge)
Sets how to modify some
kind of DockColor s. |