public class MostFrequentAlarmPart.TableSorter extends TableViewBase.TableSorterBase
ASCENDING, colIndex, DESCENDING, order| Constructor and Description |
|---|
TableSorter(int colIndex,
int order)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Viewer viewer,
java.lang.Object e1,
java.lang.Object e2) |
setColumnpublic TableSorter(int colIndex,
int order)
colIndex - The index of the column to sortorder - The order ascending/descendingpublic int compare(Viewer viewer,
java.lang.Object e1,
java.lang.Object e2)
compare in class TableViewBase.TableSorterBase