Package chemaxon.office.jchemoffice
Class PropertyColoring
java.lang.Object
chemaxon.office.jchemoffice.PropertyColoring
Conditional formatting descriptor for property tables (card layout).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn name of the property.Return color of the property.getRules()Collection of conditional checking rules.Return color of the value field.voidsetProperty(String property) Set name of the property.voidsetPropertyColor(Color color) Set color of the property.voidsetValueColor(Color color) Set color of the value field.
-
Constructor Details
-
PropertyColoring
public PropertyColoring()
-
-
Method Details
-
getProperty
Return name of the property.- Returns:
- name
-
setProperty
Set name of the property.- Parameters:
property- name
-
getPropertyColor
Return color of the property.- Returns:
- Color
-
setPropertyColor
Set color of the property. -
getValueColor
Return color of the value field.- Returns:
- color
-
setValueColor
Set color of the value field. -
getRules
Collection of conditional checking rules.- Returns:
- : rules collection to add/remove items from/to it.
-