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

Packages that use ColorBridge
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.themes   
bibliothek.gui.dock.themes.color   
bibliothek.gui.dock.util.color   
 

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.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)
           
 

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.