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

    Modifier and Type
    Method
    Description
    boolean
    Tells whether this bridge should handle colors with id id.

    Methods inherited from interface bibliothek.gui.dock.util.UIBridge

    add, remove, set
  • Method Details

    • 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