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

Packages that use ColorManager
bibliothek.extension.gui.dock.theme   
bibliothek.gui   
bibliothek.gui.dock.themes   
bibliothek.gui.dock.themes.color   
bibliothek.gui.dock.util.color   
 

Uses of ColorManager in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme with parameters of type ColorManager
 void IdentifiedColorScheme.transmitAll(Priority priority, ColorManager manager)
           
 

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

Methods in bibliothek.gui.dock.themes with parameters of type ColorManager
 ColorBridge ColorBridgeFactory.create(ColorManager manager)
          Creates a new bridge for manager.
 void ColorScheme.transmitAll(Priority priority, ColorManager manager)
          Transmits all values in this scheme to manager.
 

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

Methods in bibliothek.gui.dock.themes.color with parameters of type ColorManager
 MultiColorBridge MultiColorBridgeFactory.create(ColorManager manager)
           
 ColorBridge SingleColorBridgeFactory.create(ColorManager manager)
           
 void DefaultColorScheme.transmitAll(Priority priority, 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.