sos.scheduler.editor.app.IContainer con = MainWindow.getContainer();
SchedulerForm sf = (SchedulerForm)(con.getCurrentEditor());
sf.updateTree("jobs");
String name = currdom.getRoot().getName();
name = name.substring(0, 1).toUpperCase() + name.substring(1);
sf.updateTreeItem(name + ": " + attrName);
} else if( currdom instanceof SchedulerDom && ((SchedulerDom)currdom).isDirectory()) {
if (MainWindow.getContainer().getCurrentEditor().save()) {
ArrayList newlist = listener.getCurrProfile().saveHotFolderAs(localfilename, file);