bibliothek.gui.dock.util.color
Class ColorManager

java.lang.Object
  extended by bibliothek.gui.dock.util.UIProperties<Color,DockColor,ColorBridge>
      extended by bibliothek.gui.dock.util.color.ColorManager

public class ColorManager
extends UIProperties<Color,DockColor,ColorBridge>

A ColorManager contains Colors, ColorBridges and DockColors. Some DockColors are associated with a ColorBridge. If a Color in this manager is set, then each DockColor that listens for that color gets informed about the change.

Author:
Benjamin Sigg

Constructor Summary
ColorManager(DockController controller)
          Creates a new manager.
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.util.UIProperties
add, clear, get, get, getBridge, getBridgeFor, getController, getScheme, isObserved, isObserved, isStored, lockUpdate, publish, put, remove, setScheme, unlockUpdate, unpublish, unpublish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorManager

public ColorManager(DockController controller)
Creates a new manager.

Parameters:
controller - the controller in whose realm this map is used