tableViewer.getControl().setLayoutData(new GridData(GridData.FILL_BOTH));
final Table table = tableViewer.getTable();
table.setHeaderVisible(true);
tableViewer.setSorter(new Clp20simLogViewerSorter());
TableColumn column = new TableColumn(table, SWT.NONE);
column.setText("Name");
column.setWidth(200);