editor.setEnabled(false);
updateDisplay();
}
private void updateDisplay() {
DispatchServiceManager.get().execute(new GetRootOntologyIdAction(getProjectId()), new AsyncCallback<GetRootOntologyIdResult>() {
@Override
public void onFailure(Throwable caught) {
MessageBox.alert("There was a problem retrieving the current ontology Id from the server.");
}