bibliothek.gui.dock.util.color
Annotation Type ColorCodes


@Retention(value=SOURCE)
@Target(value=TYPE)
@Documented
public @interface ColorCodes

Used to mark all classes which use some DockColor. These codes are inherited by subclasses, unless subclasses override them by having an annotation as well.

Author:
Benjamin Sigg

Required Element Summary
 String[] value
          The color codes which are used to query the ColorManager.
 

Element Detail

value

public abstract String[] value
The color codes which are used to query the ColorManager.

Returns:
the color keys