}
}
private void showUsageForEntity(final OWLEntityData entityData) {
final OWLEntity entity = entityData.getEntity();
final GetUsageAction action = new GetUsageAction(entity, getProjectId(), Optional.of(usageView.getUsageFilter()));
DispatchServiceManager.get().execute(action, new AsyncCallback<GetUsageResult>() {
@Override
public void onFailure(Throwable caught) {
MessageBox.alert("There was a problem retrieving the usage for the selected entity");
setTitle("Error retrieving definition and usage of " + entityData.getBrowserText());