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

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

Classes in bibliothek.gui.dock.themes.color that implement ColorBridgeFactory
 class MultiColorBridgeFactory
          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)
          Gets the factory that creates bridges for kind.
 

Methods in bibliothek.gui.dock.themes.color with parameters of type ColorBridgeFactory
 void MultiColorBridgeFactory.put(java.lang.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 how to modify some kind of DockColors.