project35.mda.config
Class GeneralDisplayPropertiesConfiguration

java.lang.Object
  extended by project35.mda.config.GeneralDisplayPropertiesConfiguration

public class GeneralDisplayPropertiesConfiguration
extends java.lang.Object


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
GeneralDisplayPropertiesConfiguration()
           
 
Method Summary
 java.awt.Color getButtonBackground()
          Get the value of buttonBackground.
 java.awt.Color getErrorMessageColour()
          Get the value of errorMessageColour.
 java.awt.Color getFieldBackground()
          Get the value of fieldBackground.
 java.awt.Color getFormBackground()
          Get the value of formBackground.
 java.awt.Color getSelectedItemBackground()
          Get the value of selectedItemBackground.
 java.awt.Color getTextColour()
          Get the value of textColour.
 java.awt.Color parseColour(java.lang.String rgbTriplet)
           
 void setButtonBackground(java.lang.String buttonBackground)
          Set the value of buttonBackground.
 void setErrorMessageColour(java.lang.String errorMessageColour)
          Set the value of errorMessageColour.
 void setFieldBackground(java.lang.String fieldBackground)
          Set the value of fieldBackground.
 void setFormBackground(java.lang.String formBackground)
          Set the value of formBackground.
 void setSelectedItemBackground(java.lang.String selectedItemBackground)
          Set the value of selectedItemBackground.
 void setTextColour(java.lang.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

GeneralDisplayPropertiesConfiguration

public GeneralDisplayPropertiesConfiguration()
Method Detail

getTextColour

public java.awt.Color getTextColour()
Get the value of textColour.

Returns:
value of textColour.

getFieldBackground

public java.awt.Color getFieldBackground()
Get the value of fieldBackground.

Returns:
value of fieldBackground.

getFormBackground

public java.awt.Color getFormBackground()
Get the value of formBackground.

Returns:
value of formBackground.

getButtonBackground

public java.awt.Color getButtonBackground()
Get the value of buttonBackground.

Returns:
value of buttonBackground.

getErrorMessageColour

public java.awt.Color getErrorMessageColour()
Get the value of errorMessageColour.

Returns:
value of errorMessageColour.

getSelectedItemBackground

public java.awt.Color getSelectedItemBackground()
Get the value of selectedItemBackground.

Returns:
value of selectedItemBackground.

setTextColour

public void setTextColour(java.lang.String textColour)
Set the value of textColour.

Parameters:
textColour - Value to assign to textColour.

setFieldBackground

public void setFieldBackground(java.lang.String fieldBackground)
Set the value of fieldBackground.

Parameters:
fieldBackground - Value to assign to fieldBackground.

setFormBackground

public void setFormBackground(java.lang.String formBackground)
Set the value of formBackground.

Parameters:
formBackground - Value to assign to formBackground.

setButtonBackground

public void setButtonBackground(java.lang.String buttonBackground)
Set the value of buttonBackground.

Parameters:
buttonBackground - Value to assign to buttonBackground.

setErrorMessageColour

public void setErrorMessageColour(java.lang.String errorMessageColour)
Set the value of errorMessageColour.

Parameters:
errorMessageColour - Value to assign to errorMessageColour.

setSelectedItemBackground

public void setSelectedItemBackground(java.lang.String selectedItemBackground)
Set the value of selectedItemBackground.

Parameters:
selectedItemBackground - Value to assign to selectedItemBackground.

parseColour

public java.awt.Color parseColour(java.lang.String rgbTriplet)