Uses of Interface
bibliothek.gui.dock.util.color.ColorProvider

Packages that use ColorProvider
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.util.color The color subsystem, used by most of the components to search for the colors they need to paint. 
 

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

Methods in bibliothek.gui.dock.themes.color that return ColorProvider
 ColorProvider<D> SingleColorProviderFactory.create(ColorManager manager)
           
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type ColorProvider
SingleColorProviderFactory(ColorProvider<D> provider)
          Creates a new factory.
 

Uses of ColorProvider in bibliothek.gui.dock.util.color
 

Classes in bibliothek.gui.dock.util.color that implement ColorProvider
 class MultiColorProvider<D extends DockColor>
          Deprecated. this class was replaced by MultiUIBridge