parentGroup = createParentInformationGroup(subform);
parentInfoLayoutData = new GridData(GridData.FILL_HORIZONTAL);
parentInfoLayoutData.horizontalSpan = 2;
parentGroup.setLayoutData(parentInfoLayoutData);
txtName = factory.createText(subform, "Property:", "name");
txtName.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
txtName.setEditable(false);
Label label = new Label(subform, SWT.NONE);
label.setText("Editors:");
label.setLayoutData(new GridData(SWT.NONE, SWT.BEGINNING, false, false));