Uses of Interface
bibliothek.gui.dock.util.color.ColorBridge

Packages that use ColorBridge
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. 
 

Uses of ColorBridge in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return ColorBridge
 ColorBridge ColorBridgeFactory.create(ColorManager manager)
          Creates a new bridge for manager.
 

Uses of ColorBridge in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color that return ColorBridge
 ColorBridge SingleColorBridgeFactory.create(ColorManager manager)
           
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type ColorBridge
SingleColorBridgeFactory(ColorBridge bridge)
          Creates a new factory.
 

Uses of ColorBridge in bibliothek.gui.dock.util.color
 

Classes in bibliothek.gui.dock.util.color that implement ColorBridge
 class MultiColorBridge
          A ColorBridge which uses other bridges to handle some colors.