Uses of Class
bibliothek.gui.dock.common.ColorMap
Packages that use ColorMap
Package
Description
Classes and interfaces used internally.
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 ColorMapModifier and TypeMethodDescriptionvoidColorMapListener.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 -
Uses of ColorMap in bibliothek.gui.dock.common.intern.color
Methods in bibliothek.gui.dock.common.intern.color with parameters of type ColorMapModifier and TypeMethodDescriptionprotected ColorColorTransmitter.getFirstNonNull(ColorMap map, String... keys) Gets the first non-nullcolor ofmapthat matches a given key.