242526272829303132
} @Override public EditorView<LabelledFrame<AnnotationPropertyFrame>> getView(OWLEntityDataContext editorContext) { if (editor == null) { editor = new AnnotationPropertyFrameEditor(editorContext.getProjectId()); } return editor; }