return;
}
ObjRelationshipTableModel model = (ObjRelationshipTableModel) table
.getModel();
new ObjRelationshipInfoController(mediator, model.getRelationship(row))
.startup();
// need to refresh selected row... do this by unselecting/selecting the
// row
table.getSelectionModel().clearSelection();