bibliothek.gui.dock.util.color
Class MultiColorProvider<D extends DockColor>

java.lang.Object
  extended by bibliothek.gui.dock.util.MultiUIBridge<Color,D>
      extended by bibliothek.gui.dock.util.color.MultiColorProvider<D>
Type Parameters:
D - the kind of DockColors this provider handles.
All Implemented Interfaces:
ColorProvider<D>, UIBridge<Color,D>

Deprecated. this class was replaced by MultiUIBridge

@Deprecated
public class MultiColorProvider<D extends DockColor>
extends MultiUIBridge<Color,D>
implements ColorProvider<D>

A ColorProvider which uses other providers to handle some colors.

Author:
Benjamin Sigg

Constructor Summary
MultiColorProvider(ColorManager manager)
          Deprecated. Creates a new ColorProvider.
 
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

MultiColorProvider

public MultiColorProvider(ColorManager manager)
Deprecated. 
Creates a new ColorProvider.

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