mappingConfigSection.setText(Messages.getString("MappingsSection.mappingconfig_sname")); //$NON-NLS-1$
GridData gd = new GridData(SWT.FILL, 0, true, false);
mappingConfigSection.setLayoutData(gd);
//description
HyperlinkHelper hh = new HyperlinkHelper(page, toolkit);
FormText desc = hh.createFormText(mappingConfigSection, "MappingsSection.mappingconfig_sdesc");
mappingConfigSection.setDescriptionControl(desc);
configComposite = new ConfigurationOptionComposite(mappingConfigSection, toolkit, true, modelManager.getModel());
mappingConfigSection.setClient(configComposite);
}