return;
}
ObjRelationshipTableModel model = (ObjRelationshipTableModel) table
.getModel();
new ObjRelationshipInfo(mediator, model.getRelationship(row)).startupAction();
/**
* This is required for a table to be updated properly
*/
table.cancelEditing();