listener = new TableSortSelectionListener(this, colonne, new GenericTabSorter(indice), SWT.UP, false);
// Initialise sort for 1st column
if (indice == 0)
{
listener.chooseColumnForSorting();
}
}
// Set the editors, cell modifier, and column properties
setColumnProperties(_columnProp);