bibliothek.gui.dock.util.color
Class MultiColorBridge

java.lang.Object
  extended by bibliothek.gui.dock.util.MultiUIBridge<Color,DockColor>
      extended by bibliothek.gui.dock.util.color.MultiColorBridge
All Implemented Interfaces:
ColorBridge, UIBridge<Color,DockColor>

public class MultiColorBridge
extends MultiUIBridge<Color,DockColor>
implements ColorBridge

A ColorBridge which uses other bridges to handle some colors.

Author:
Benjamin Sigg

Constructor Summary
MultiColorBridge(ColorManager manager)
          Creates a new ColorBridge.
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.util.MultiUIBridge
add, getBridge, put, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bibliothek.gui.dock.util.UIBridge
add, remove, set
 

Constructor Detail

MultiColorBridge

public MultiColorBridge(ColorManager manager)
Creates a new ColorBridge.

Parameters:
manager - the manager from whom this provider will get default colors when necessary