@PublicAPI public class PropertyColoring extends java.lang.Object
Constructor and Description |
---|
PropertyColoring() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty()
Return name of the property.
|
java.awt.Color |
getPropertyColor()
Return color of the property.
|
java.util.ArrayList<ConditionRule> |
getRules()
Collection of conditional checking rules.
|
java.awt.Color |
getValueColor()
Return color of the value field.
|
void |
setProperty(java.lang.String property)
Set name of the property.
|
void |
setPropertyColor(java.awt.Color color)
Set color of the property.
|
void |
setValueColor(java.awt.Color color)
Set color of the value field.
|
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property
- namepublic java.awt.Color getPropertyColor()
public void setPropertyColor(java.awt.Color color)
color
- public java.awt.Color getValueColor()
public void setValueColor(java.awt.Color color)
color
- public java.util.ArrayList<ConditionRule> getRules()