Uses of Class
com.ibm.pdp.maf.rpp.pac.dialog.ColorAttributeValues

Packages that use ColorAttributeValues
com.ibm.pdp.maf.rpp.pac.common.dialog This package describes the com.ibm.pdp.maf.rpp.pac.common.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.dialog This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview. 
 

Uses of ColorAttributeValues in com.ibm.pdp.maf.rpp.pac.common.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.common.dialog that return ColorAttributeValues
 ColorAttributeValues CELineLabel.getColorAttribute()
          Color attribute of the label.
 ColorAttributeValues CELineField.getFieldColorAttribute()
          Color attribute of label of the field.
 ColorAttributeValues CELineCategory.getFieldColorAttribute()
          Color attribute of fields presents on the category.
 ColorAttributeValues CELineField.getLabelColorAttribute()
          Color attribute of value of the field.
 ColorAttributeValues CELineCategory.getLabelColorAttribute()
          Color attribute of labels presents on the category.
 

Uses of ColorAttributeValues in com.ibm.pdp.maf.rpp.pac.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.dialog that return ColorAttributeValues
 ColorAttributeValues AbstractDialog.getDisplayColorAttribute()
          Color attribute of display fields presents on Screen.
 ColorAttributeValues AbstractDialog.getErrorFieldColorAttribute()
          Color attribute of error fields presents on Screen.
 ColorAttributeValues AbstractDialog.getErrorMessageColorAttribute()
          Color attribute of error messages presents on Screen.
 ColorAttributeValues AbstractDialog.getInputColorAttribute()
          Color attribute of input fields presents on Screen.
 ColorAttributeValues AbstractDialog.getLabelColorAttribute()
          Color attribute of labels presents on Screen.
static ColorAttributeValues ColorAttributeValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorAttributeValues[] ColorAttributeValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.