bibliothek.gui.dock.util.color
Class ColorManager
java.lang.Object
bibliothek.gui.dock.util.UIProperties<Color,DockColor>
bibliothek.gui.dock.util.color.ColorManager
public class ColorManager
- extends UIProperties<Color,DockColor>
A ColorManager
contains Color
s, ColorProvider
s and
DockColor
s. Some DockColor
s are associated with a
ColorProvider
. If a Color
in this manager is
set
, then each DockColor
that listens
for that color gets informed about the change either through its
provider or directly from the manager.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.gui.dock.util.UIProperties |
add, clear, get, getBridgeFor, lockUpdate, publish, put, remove, unlockUpdate, unpublish, unpublish |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorManager
public ColorManager()