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

Packages that use ColorBridge
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.gui.dock.common.intern.color Various implementations of ColorBridge used by the themes of Common to transfer colors from the ColorMap of CDockables through the ColorManager to the Components which are related to said dockables. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
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. 
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 ColorBridge in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme that return ColorBridge
 ColorBridge IdentifiedColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 

Method parameters in bibliothek.extension.gui.dock.theme with type arguments of type ColorBridge
 void IdentifiedColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
 ColorBridge IdentifiedColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color IdentifiedColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
 void IdentifiedColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 

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

Classes in bibliothek.gui.dock.common.intern.color that implement ColorBridge
 class BasicButtonTitleTransmitter
          A transmitter to BasicButtonDockTitle.
 class BasicTabTransmitter
          A ColorTransmitter connecting the BasicTheme with the individual color requests of common-project elements.
 class BasicTitleTransmitter
          A connection between the ColorMaps and the BasicDockTitles.
 class BubbleButtonTitleTransmitter
          A transmitter setting the colors of the flap button titles when using a BubbleTheme.
 class BubbleDisplayerTransmitter
          A transmitter connecting ColorMap and BubbleDisplayer.
 class BubbleTabTransmitter
          A transmitter handling TabColors related to a BubbleTheme.
 class BubbleTitleTransmitter
          A connection between a BubbleTheme-title and the ColorMap.
 class ColorTransmitter
          A ColorTransmitter observes some ColorMaps and transmits some Colors of these maps to a set of DockColors.
 class EclipseTabTransmitter
          A ColorTransmitter that connects TabColors with the EclipseTheme.
 class FlatTabTransmitter
          A ColorBridge for FlatTheme used in combination with CDockable and its ColorMap.
 class FlatTitleTransmitter
          A connection between a FlatTheme-title and the ColorMap.
 class MinimizedButtonColorTransmitter
          A color transmitter for the button-title used on minimized areas.
 class TabColorTransmitter
          A ColorTransmitter used for TabColors.
 class TitleColorTransmitter
          A color transmitter that connects TitleColors with the common-project and the ColorMap of the CDockables.
 

Uses of ColorBridge in bibliothek.gui.dock.common.theme.color
 

Subinterfaces of ColorBridge in bibliothek.gui.dock.common.theme.color
 interface CColorBridge
          A ColorBridge which filters the interesting colors.
 

Classes in bibliothek.gui.dock.common.theme.color that implement ColorBridge
 class ExtendedColorBridge
          This ColorBridge uses a delegate and applies a set of CColorBridges.
 

Constructors in bibliothek.gui.dock.common.theme.color with parameters of type ColorBridge
ExtendedColorBridge(ColorBridge bridge, CColorBridge[] extensions)
          Creates a new bridge.
 

Uses of ColorBridge in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return ColorBridge
 ColorBridge ColorBridgeFactory.create(ColorManager manager)
          Creates a new bridge for manager.
 

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

Methods in bibliothek.gui.dock.themes.color that return ColorBridge
 ColorBridge SingleColorBridgeFactory.create(ColorManager manager)
           
 ColorBridge DefaultColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 ColorBridge ExtendingColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 

Method parameters in bibliothek.gui.dock.themes.color with type arguments of type ColorBridge
 void AbstractColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
 void ExtendingColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
protected  void AbstractColorScheme.fire(UISchemeEvent<java.awt.Color,DockColor,ColorBridge> event)
          Calls UISchemeListener.changed(UISchemeEvent) on all currently registered listeners.
 ColorBridge DefaultColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 ColorBridge ExtendingColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color DefaultColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color ExtendingColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
 void ExtendingColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener)
           
 void AbstractColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type ColorBridge
SingleColorBridgeFactory(ColorBridge bridge)
          Creates a new factory.
 

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

Classes in bibliothek.gui.dock.util.color that implement ColorBridge
 class MultiColorBridge
          A ColorBridge which uses other bridges to handle some colors.