Метод | Описание | |
---|---|---|
DateTimeComparer ( |
Initializes a new instance of the DateTimeComparer class with the specified TableModel, Column index and SortOrder
|
Метод | Описание | |
---|---|---|
CompareCells ( |
Compares two cells and returns a value indicating whether one is less than, equal to or greater than the other.
|
protected CompareCells ( |
||
cell1 | ||
cell2 | ||
Результат | int |
public DateTimeComparer ( |
||
tableModel | The TableModel that contains the data to be sorted | |
column | int | The index of the Column to be sorted |
sortOrder | SortOrder | Specifies how the Column is to be sorted |
Результат | System |