Uses of Class
bibliothek.gui.dock.util.MultiUIBridge

Packages that use MultiUIBridge
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 MultiUIBridge in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color that return MultiUIBridge
 MultiUIBridge<Color,D> MultiColorProviderFactory.create(ColorManager manager)
           
 

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

Subclasses of MultiUIBridge in bibliothek.gui.dock.util.color
 class MultiColorProvider<D extends DockColor>
          Deprecated. this class was replaced by MultiUIBridge