final int tableWidth = comp.getClientArea().width;
column.setWidth(tableWidth);
}
}
};
tableLayout.addColumnData(new ColumnWeightData(1, false));
table.setLayout(tableLayout);
// Set column properties - note that this is not viewable text, and
// so does not need internationalising. It is simply used as a column
// name for internal calls