public class ColorManager extends UIProperties<java.awt.Color,DockColor,ColorBridge>
ColorManager
contains Color
s, ColorBridge
s and
DockColor
s. Some DockColor
s 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.Constructor and Description |
---|
ColorManager(DockController controller)
Creates a new manager.
|
add, clear, get, get, getBridge, getBridgeFor, getController, getScheme, isObserved, isObserved, isStored, lockUpdate, publish, put, remove, setScheme, unlockUpdate, unpublish, unpublish
public ColorManager(DockController controller)
controller
- the controller in whose realm this map is used