SchedulerForm form =(SchedulerForm)container.getCurrentEditor();
form.updateTree("main");
form.update();
} else if (container.getCurrentEditor() instanceof DocumentationForm) {
DocumentationForm form =(DocumentationForm)container.getCurrentEditor();
form.updateTree("main");
form.update();
} else if (container.getCurrentEditor() instanceof ActionsForm) {
ActionsForm form =(ActionsForm)container.getCurrentEditor();
form.updateTree("main");
form.update();