properties.add(propertyDescriptor);
return propertyDescriptor;
}
public PropertyDescriptor addProperty(String caption, String name, Object[] options) {
PropertyDescriptor propertyDescriptor = new PropertyDescriptor(caption, name, options);
properties.add(propertyDescriptor);
fireTableStructureChanged();
return propertyDescriptor;
}