Method | Description | |
---|---|---|
Compare ( object a, object b ) : int |
Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.
|
|
ComparerBase ( |
Initializes a new instance of the ComparerBase class with the specified TableModel, Column index and SortOrder
|
Method | Description | |
---|---|---|
CompareCells ( |
Compares two cells and returns a value indicating whether one is less than, equal to or greater than the other. Both cells are non-null;
|
public Compare ( object a, object b ) : int | ||
a | object | First object to compare |
b | object | Second object to compare |
return | int |
protected abstract CompareCells ( |
||
cell1 | ||
cell2 | ||
return | int |
public ComparerBase ( |
||
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 |
return | System |