break;
case Editor.DOC_PROCESS:
new ProcessForm(c, SWT.NONE, _dom, data.getElement());
break;
case Editor.DOC_SCRIPT:
new JobScriptForm(c, SWT.NONE, _dom, data.getElement());
break;
case Editor.DOC_MONITOR:
ScriptForm form = new ScriptForm(c, SWT.NONE);
form.setTitle("Monitor");
form.setParams(_dom, data.getElement(), Editor.DOC_MONITOR);