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 The default implementation of ColorScheme just uses some maps to store its colors.
DisplayerColor A color used on a DockableDisplayer.
DockableSelectionColor A color used by a DockableSelection.
ExtendingColorScheme A ColorScheme that can be extended by additional ColorScheme.
MenuColor A color representing a CombinedMenu.
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 that is in a tab for example 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.