generalParameterSectionPart = new GeneralParametersSectionPart(body, toolkit, Section.DESCRIPTION | Section.TITLE_BAR);
generalParameterSectionPart.getSection().setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP, 1, 2));
generalParameterSectionPart.initialize(managedForm, parameters);
parentParametersSectionPart = new ParentParametersSectionPart(body, toolkit, Section.TWISTIE | Section.DESCRIPTION | Section.TITLE_BAR);
parentParametersSectionPart.getSection().setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.FILL_GRAB, 1, 1));
parentParametersSectionPart.initialize(managedForm, parameters);
randomSeedsSectionPart = new RandomSeedsSectionPart(body, toolkit, Section.TWISTIE | Section.DESCRIPTION | Section.TITLE_BAR);
randomSeedsSectionPart.getSection().setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.FILL_GRAB, 1, 1));