Example usage for Java javax.swing RowSorter.SortKey fields, constructors, methods, implement or subclass
The text is from its open source code.
SortKey(int column, SortOrder sortOrder) Creates a SortKey for the specified column with the specified sort order. |