bibliothek.gui.dock.common.theme.color
Interface CColorBridge

All Superinterfaces:
ColorBridge, UIBridge<Color,DockColor>

public interface CColorBridge
extends ColorBridge

A ColorBridge which filters the interesting colors.

Author:
Benjamin Sigg

Method Summary
 boolean matches(String id)
          Tells whether this bridge should handle colors with id id.
 
Methods inherited from interface bibliothek.gui.dock.util.UIBridge
add, remove, set
 

Method Detail

matches

boolean matches(String id)
Tells whether this bridge should handle colors with id id.

Parameters:
id - the id of some color
Returns:
true if this bridge is interested in this color