public IEditorPart getActiveEmbeddedEditor() {
return wooEditor;
}
public void createTab() {
wooEditor = new WooEditor();
IEditorSite wooSite = this.getComponentEditorPart().publicCreateSite(wooEditor);
try {
wooEditor.init(wooSite, wooInput);
} catch (PartInitException e) {
ComponenteditorPlugin.getDefault().log(e);