Uses of Interface
bibliothek.gui.dock.themes.ColorProviderFactory

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

Uses of ColorProviderFactory in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return ColorProviderFactory
<D extends DockColor>
ColorProviderFactory<D,? extends ColorProvider<D>>
ColorScheme.getProvider(Class<D> kind)
          Searches for a factory for a provider that can be used for a specific kind of DockColor.
 

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

Classes in bibliothek.gui.dock.themes.color that implement ColorProviderFactory
 class MultiColorProviderFactory<D extends DockColor>
          A factory for a MultiColorProvider, this factory can contain other factories to fill up the new MultiColorProvider.
 class SingleColorProviderFactory<D extends DockColor>
          A ColorProviderFactory that always returns the same instance of ColorProvider.
 

Methods in bibliothek.gui.dock.themes.color that return ColorProviderFactory
<D extends DockColor>
ColorProviderFactory<D,? extends ColorProvider<D>>
DefaultColorScheme.getProvider(Class<D> kind)
           
 

Methods in bibliothek.gui.dock.themes.color with parameters of type ColorProviderFactory
 void MultiColorProviderFactory.put(String key, ColorProviderFactory<? super D,?> provider)
          Sets the factory of a child of the MultiColorProvider which will be created by this factory.
<D extends DockColor>
void
DefaultColorScheme.setProvider(Class<? super D> kind, ColorProviderFactory<D,ColorProvider<D>> provider)
          Sets the value of some provider.