public interface IColorProvider
IColorDecorator| Modifier and Type | Method and Description |
|---|---|
Color |
getBackground(java.lang.Object element)
Provides a background color for the given element.
|
Color |
getForeground(java.lang.Object element)
Provides a foreground color for the given element.
|
Color getForeground(java.lang.Object element)
element - the elementnull
to use the default foreground colorColor getBackground(java.lang.Object element)
element - the elementnull
to use the default background color
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.