@Override
public EditorView<LabelledFrame<DataPropertyFrame>> getView(OWLEntityDataContext editorContext) {
if (editor == null || !projectId.equals(editorContext.getProjectId())) {
projectId = editorContext.getProjectId();
editor = new DataPropertyFrameEditor(editorContext.getProjectId());
}
return editor;
}