public interface IColorDecorator
IColorProvider
Modifier and Type | Method and Description |
---|---|
Color |
decorateBackground(Object element)
Return the background Color for element or
null if there
is not one. |
Color |
decorateForeground(Object element)
Return the foreground Color for element or
null if there
is not one. |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.