bibliothek.gui.dock.themes
Interface ColorProviderFactory<D extends DockColor,C extends UIBridge<Color,D>>

Type Parameters:
D - the kind of DockColor the provider will use
C - the kind of UIBridges this factory creates
All Known Implementing Classes:
MultiColorProviderFactory, SingleColorProviderFactory

public interface ColorProviderFactory<D extends DockColor,C extends UIBridge<Color,D>>

A factory that creates new UIBridges.

Author:
Benjamin Sigg

Method Summary
 C create(ColorManager manager)
          Creates a new provider for manager.
 

Method Detail

create

C create(ColorManager manager)
Creates a new provider for manager.

Parameters:
manager - the manager which will use the UIBridge.
Returns:
the new provider