Méthode | Description | |
---|---|---|
TextComparer ( |
Initializes a new instance of the TextComparer class with the specified TableModel, Column index and SortOrder
|
Méthode | Description | |
---|---|---|
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 | ||
Résultat | int |
public TextComparer ( |
||
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 |
Résultat | System |