Package bibliothek.gui.dock.themes.color

The color subsystem allows each kind of element to get its colors from a central repository.

See:
          Description

Class Summary
ActionColor A color used for a DockAction.
DefaultColorScheme An implementation of ColorScheme that can guess colors for ids that are not known.
DisplayerColor A color used on a DockableDisplayer.
DockableSelectionColor A color used by a DockableSelection.
MultiColorBridgeFactory A factory for a MultiUIBridge, this factory can contain other factories to fill up the new MultiUIBridge.
SingleColorBridgeFactory A ColorBridgeFactory that always returns the same instance of ColorBridge.
StationPaintColor A color used by a StationPaint.
TabColor Color related to a single Dockable on a StackDockStation.
TitleColor A color used by a DockTitle.
 

Package bibliothek.gui.dock.themes.color Description

The color subsystem allows each kind of element to get its colors from a central repository. The subsystem mostly is just a map of String - Color pairs. Clients can change colors in the subsystem and even create rules that influences the color of individual elements.