// Setup data binding
ViewerSupport.bind(tableViewer, new WritableList(dialectFactories, ILogDialect.class),
PojoProperties.values(columnProperties));
for (TableColumn col : tableViewer.getTable().getColumns()) {
col.pack();
}
Group group = new Group(root, SWT.NONE);
group.setText(Messages.DialectWizardPage_label_details);
group.setLayoutData(new GridData(SWT.FILL, SWT.NONE, true, false));