DbAttribute attr =
(DbAttribute) NamedObjectFactory.createObject(attrClass, dbEntity);
dbEntity.addAttribute(attr);
ProjectController mediator = getProjectController();
mediator.fireDbAttributeEvent(
new AttributeEvent(this, attr, dbEntity, MapEvent.ADD));
AttributeDisplayEvent ade = new AttributeDisplayEvent(
this,
attr,