right.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
Section sectionR = Parts.createStaticSection(toolkit, right, "Informations");
Composite cnt2 = Parts.createStaticSectionClient(toolkit, sectionR);
_fMainTable = new FormEntry(cnt2, toolkit, "Main Table", SWT.SINGLE);
_fMainTable.setEditable(false);
_fCardTable = new FormEntry(cnt2, toolkit, "Card Table", SWT.SINGLE);
_fCardTable.setEditable(false);
_fNbInstance = new FormEntry(cnt2, toolkit, "Instance Count", SWT.SINGLE);
_fNbInstance.setEditable(false);
sectionR.setClient(cnt2);
}