|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IForegroundBackgroundColorCapability
Foreground et background colors.
| Method Summary | |
|---|---|
String |
getBackgroundColor()
Returns the receiver's background color. |
String |
getForegroundColor()
Returns the foreground color that the receiver will use to draw. |
void |
setBackgroundColor(String color)
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null. |
void |
setForegroundColor(String color)
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null. |
| Method Detail |
|---|
String getBackgroundColor()
void setBackgroundColor(String color)
color - background colorString getForegroundColor()
void setForegroundColor(String color)
color - foreground color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||