|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.mda.config.GeneralDisplayPropertiesConfiguration
public class GeneralDisplayPropertiesConfiguration
| Constructor Summary | |
|---|---|
GeneralDisplayPropertiesConfiguration()
|
|
| Method Summary | |
|---|---|
Color |
getButtonBackground()
Get the value of buttonBackground. |
Color |
getErrorMessageColour()
Get the value of errorMessageColour. |
Color |
getFieldBackground()
Get the value of fieldBackground. |
Color |
getFormBackground()
Get the value of formBackground. |
Color |
getSelectedItemBackground()
Get the value of selectedItemBackground. |
Color |
getTextColour()
Get the value of textColour. |
Color |
parseColour(String rgbTriplet)
|
void |
setButtonBackground(String buttonBackground)
Set the value of buttonBackground. |
void |
setErrorMessageColour(String errorMessageColour)
Set the value of errorMessageColour. |
void |
setFieldBackground(String fieldBackground)
Set the value of fieldBackground. |
void |
setFormBackground(String formBackground)
Set the value of formBackground. |
void |
setSelectedItemBackground(String selectedItemBackground)
Set the value of selectedItemBackground. |
void |
setTextColour(String textColour)
Set the value of textColour. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralDisplayPropertiesConfiguration()
| Method Detail |
|---|
public Color getTextColour()
public Color getFieldBackground()
public Color getFormBackground()
public Color getButtonBackground()
public Color getErrorMessageColour()
public Color getSelectedItemBackground()
public void setTextColour(String textColour)
textColour - Value to assign to textColour.public void setFieldBackground(String fieldBackground)
fieldBackground - Value to assign to fieldBackground.public void setFormBackground(String formBackground)
formBackground - Value to assign to formBackground.public void setButtonBackground(String buttonBackground)
buttonBackground - Value to assign to buttonBackground.public void setErrorMessageColour(String errorMessageColour)
errorMessageColour - Value to assign to errorMessageColour.public void setSelectedItemBackground(String selectedItemBackground)
selectedItemBackground - Value to assign to selectedItemBackground.public Color parseColour(String rgbTriplet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||