public IEditorPart getActiveEmbeddedEditor() {
return apiEditor;
}
public void createTab() {
apiEditor = new ApiEditor();
IEditorSite apiSite = this.getComponentEditorPart().publicCreateSite(apiEditor);
try {
apiEditor.init(apiSite, apiInput);
} catch (PartInitException e) {
ComponenteditorPlugin.getDefault().log(e);