메소드 | 설명 | |
---|---|---|
TextComparer ( |
Initializes a new instance of the TextComparer 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 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 |
리턴 | System |