}
}
// Mehrzeiliges Textfeld, in der Regel das einzige auf diesem Reiter.
else if (atom.type.equals("textarea")) {
PersonTextarea textarea = new PersonTextarea(parentComposite, atom.name, viewData);
GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true);
textarea.getControl().setLayoutData(gd);
textarea.setCurrentPersonChanger(currentPersonChanger);
}
// Datumsfelder.
else if (atom.type.equals("date")) {
if (relationshipType == null) {