Example usage for Java javax.swing SortOrder fields, constructors, methods, implement or subclass
The text is from its open source code.
SortOrder | ASCENDING Enumeration value indicating the items are sorted in increasing order. |
SortOrder | DESCENDING Enumeration value indicating the items are sorted in decreasing order. |
SortOrder | UNSORTED Enumeration value indicating the items are unordered. |