assert interfaceType != InterfaceType.ONTOLOGY_EDIT_NEW ;
readOnly = interfaceType == InterfaceType.BROWSE || interfaceType == InterfaceType.ONTOLOGY_VIEW;
headerPanel.resetElements(interfaceType == InterfaceType.ONTOLOGY_EDIT_NEW);
metadataPanel = new MetadataPanel(this, !readOnly);
mdDisclosure.setContent(metadataPanel);
boolean link = true;
metadataPanel.resetToOriginalValues(ontologyInfo, null, false, link);