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. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.