Uses of Class
bibliothek.gui.dock.common.ColorMap

Packages that use ColorMap
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
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. 
 

Uses of ColorMap in bibliothek.gui.dock.common.event
 

Methods in bibliothek.gui.dock.common.event with parameters of type ColorMap
 void ColorMapListener.colorChanged(ColorMap map, String key, Color color)
          Called when a color changed.
 

Uses of ColorMap in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return ColorMap
 ColorMap AbstractCDockable.getColors()
           
 ColorMap CDockable.getColors()
          Gets a mutable map of colors.
 

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

Methods in bibliothek.gui.dock.common.intern.color with parameters of type ColorMap
protected  Color ColorTransmitter.getFirstNonNull(ColorMap map, String... keys)
          Gets the first non- null color of map that matches a given key.