break;
case Editor.DOC_SECTION_SETTINGS:
new SettingForm(c, SWT.NONE, _dom, data.getElement());
break;
case Editor.DOC_CONNECTIONS:
new ConnectionsForm(c, SWT.NONE, _dom, data.getElement(), this);
break;
case Editor.DOC_APPLICATIONS:
new ApplicationsForm(c, SWT.NONE, _dom, data.getElement(), this, item);
break;
default: