/**
* @throws Exception
*/
private void populateTablePage () throws Exception {
tableViewer.setContentProvider(new CSVContentProvider());
// make the selection available
getSite().setSelectionProvider(tableViewer);
tableViewer.getTable().getDisplay().asyncExec(