601602603604605606607608609610611
break; } } PropertyFormatter pf; if (prop != null && (pf = prop.getFormatter()) != null) { return pf.formatProperty( this, propertyName, getPropertyValue(propertyName)); } Object val = getPropertyValue(propertyName);