|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorProvider
Interface to provide color representation for a given element.
IColorDecorator
Method Summary | |
---|---|
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. |
Method Detail |
---|
Color getForeground(java.lang.Object element)
element
- the element
null
to use the default foreground colorColor getBackground(java.lang.Object element)
element
- the element
null
to use the default background color
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |