protected void setValue(ConfiguredPropertyDescriptor property, Object component, Object value) {
   property.setValue(component, value);
 }