Section section = FormSection.createTableWrapDataSection(toolkit, parent, Section.TREE_NODE
| Section.DESCRIPTION, Messages.DDE_OverviewPage_Service_Section_Title,
Messages.DDE_OverviewPage_Service_Section_Description, 10, 3, TableWrapData.FILL_GRAB,
TableWrapData.FILL_GRAB, 1, 1);
section.setExpanded(true);
section.addExpansionListener(new ExpansionAdapter() {
public void expansionStateChanged(ExpansionEvent e) {
form.reflow(true);
}
});
Composite sectionClient = toolkit.createComposite(section);