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