bibliothek.gui.dock.util.color
Class MultiColorProvider<D extends DockColor>
java.lang.Object
bibliothek.gui.dock.util.MultiUIBridge<Color,D>
bibliothek.gui.dock.util.color.MultiColorProvider<D>
- Type Parameters:
D
- the kind of DockColor
s 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiColorProvider
public MultiColorProvider(ColorManager manager)
- Deprecated.
- Creates a new
ColorProvider
.
- Parameters:
manager
- the manager from whom this provider will get default
colors when necessary