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

Packages that use ColorBridgeFactory
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.common.intern.theme   
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 ColorBridgeFactory in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme that return ColorBridgeFactory
 ColorBridgeFactory IdentifiedColorScheme.getBridgeFactory(Path kind)
           
 

Uses of ColorBridgeFactory in bibliothek.gui.dock.common.intern.color
 

Fields in bibliothek.gui.dock.common.intern.color declared as ColorBridgeFactory
static ColorBridgeFactory BubbleTabTransmitter.FACTORY
          A factory that creates BubbleTabTransmitters.
static ColorBridgeFactory EclipseTabTransmitter.FACTORY
          A factory that creates EclipseTabTransmitters.
 

Uses of ColorBridgeFactory in bibliothek.gui.dock.common.intern.theme
 

Methods in bibliothek.gui.dock.common.intern.theme with parameters of type ColorBridgeFactory
<C extends DockColor>
void
CDockTheme.putColorBridgeFactory(Path kind, ColorBridgeFactory factory)
          Sets the ColorBridge which should be used for a certain kind of DockColors.
 

Uses of ColorBridgeFactory in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return ColorBridgeFactory
 ColorBridgeFactory ColorScheme.getBridgeFactory(Path kind)
          Searches for a factory for a bridge that can be used for a specific kind of DockColor.
 

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

Classes in bibliothek.gui.dock.themes.color that implement ColorBridgeFactory
 class MultiColorProviderFactory
          A factory for a MultiUIBridge, this factory can contain other factories to fill up the new MultiUIBridge.
 class SingleColorBridgeFactory
          A ColorBridgeFactory that always returns the same instance of ColorBridge.
 

Methods in bibliothek.gui.dock.themes.color that return ColorBridgeFactory
 ColorBridgeFactory DefaultColorScheme.getBridgeFactory(Path kind)
           
 

Methods in bibliothek.gui.dock.themes.color with parameters of type ColorBridgeFactory
 void MultiColorProviderFactory.put(String key, ColorBridgeFactory bridge)
          Sets the factory of a child of the MultiUIBridge which will be created by this factory.
 void DefaultColorScheme.setBridgeFactory(Path kind, ColorBridgeFactory bridge)
          Sets the value of some provider.