updateState();
updateView();
}
private void updateView() {
DispatchServiceManager.get().execute(new GetOntologyAnnotationsAction(getProjectId()), new AsyncCallback<RenderableGetObjectResult<Set<OWLAnnotation>>>() {
@Override
public void onFailure(Throwable caught) {
MessageBox.alert("There was a problem retrieving the annotation for this project.");
}