Package org.eclipse.jface.viewers
Interface IColorDecorator
-
public interface IColorDecoratorThe IColorDecorator is an interface for objects that return a color to decorate either the foreground and background colors for displaying an an object. If an IColorDecorator decorates a foreground or background in an object that also has an IColorProvider the IColorDecorator will take precedence.- Since:
- 3.1
- See Also:
IColorProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColordecorateBackground(Object element)Return the background Color for element ornullif there is not one.ColordecorateForeground(Object element)Return the foreground Color for element ornullif there is not one.
-