// contains a value which doesn't support a type (e.g.
// StyleKeyword) or if it's empty (because it will be enabled when
// the editable combo associated with it is edited).
if (!"".equals(text)) {
EditorPropertyParser parser = new EditorPropertyParser();
PropertyValue propertyValue = parser.parsePropertyValue(
property, text, isImportant());
StyleValue value = propertyValue.getValue();
if (!(value instanceof StyleKeyword ||
value instanceof StyleInherit)) {
unitsCombo.setEnabled(b);