Uses of Class
bibliothek.gui.dock.util.color.ColorManager

Packages that use ColorManager
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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 ColorManager in bibliothek.gui
 

Methods in bibliothek.gui that return ColorManager
 ColorManager DockController.getColors()
          Gets the map of colors which are used by this controller.
 

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

Constructors in bibliothek.gui.dock.common.intern.color with parameters of type ColorManager
BasicButtonTitleTransmitter(ColorManager manager)
           
BasicTabTransmitter(ColorManager manager)
          Creates a new transmitter.
BasicTitleTransmitter(ColorManager manager)
          Creates a new transmitter.
BubbleButtonTitleTransmitter(ColorManager manager)
          Creates a new transmitter
BubbleDisplayerTransmitter(ColorManager manager)
          Creates a new transmitter.
BubbleTabTransmitter(ColorManager manager)
          Creates a new transmitter.
BubbleTitleTransmitter(ColorManager manager)
          Creates a new transmitter.
EclipseTabTransmitter(ColorManager manager)
           
FlatTabTransmitter(ColorManager manager)
          Creates a new transmitter
FlatTitleTransmitter(ColorManager manager)
          Creates a new transmitter.
MinimizedButtonColorTransmitter(ColorManager manager, String... keys)
          Creates a new transmitter.
TabColorTransmitter(ColorManager manager, String... keys)
          Creates a new transmitter.
TitleColorTransmitter(ColorManager manager, String... keys)
          Creates a new transmitter.
 

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

Methods in bibliothek.gui.dock.common.theme.color with parameters of type ColorManager
 CColorBridge CColorBridgeExtension.create(CControl control, ColorManager manager)
          Creates a new bridge for manager.
 

Uses of ColorManager in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with parameters of type ColorManager
 ColorBridge ColorBridgeFactory.create(ColorManager manager)
          Creates a new bridge for manager.
 

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

Methods in bibliothek.gui.dock.themes.color that return ColorManager
protected  ColorManager[] AbstractColorScheme.managers()
          Gets all the ColorManagers that are currently installed on this scheme.
 

Methods in bibliothek.gui.dock.themes.color with parameters of type ColorManager
 MultiColorBridge MultiColorBridgeFactory.create(ColorManager manager)
           
 ColorBridge SingleColorBridgeFactory.create(ColorManager manager)
           
 

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

Constructors in bibliothek.gui.dock.util.color with parameters of type ColorManager
MultiColorBridge(ColorManager manager)
          Creates a new ColorBridge.