bibliothek.gui.dock.util.color
Interface DockColor

All Known Implementing Classes:
AbstractDockColor, ActionColor, BubbleStackDockComponent.BubbleTabColor, DisplayerColor, DockableSelectionColor, StationPaintColor, TabColor, TitleColor

public interface DockColor

A wrapper around a Color object. Installed at a ColorProvider to receive notification when the color changes.

Author:
Benjamin Sigg

Method Summary
 void set(Color color)
          Called by the ColorProvider when the color changes.
 

Method Detail

set

void set(Color color)
Called by the ColorProvider when the color changes.

Parameters:
color - the new color, can be null