|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorDecorator
The IColorDecorator is an interface for objects that return a color to decorate either the foreground and background colors for displaying an an object. If an IColorDecorator decorates a foreground or background in an object that also has an IColorProvider the IColorDecorator will take precendence.
IColorProvider
Method Summary | |
---|---|
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. |
Method Detail |
---|
Color decorateForeground(java.lang.Object element)
null
if there
is not one.
element
-
null
Color decorateBackground(java.lang.Object element)
null
if there
is not one.
element
-
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |