Java javax.swing SortOrder fields, constructors, methods, implement or subclass

Example usage for Java javax.swing SortOrder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing SortOrder.

The text is from its open source code.

Field

SortOrderASCENDING
Enumeration value indicating the items are sorted in increasing order.
SortOrderDESCENDING
Enumeration value indicating the items are sorted in decreasing order.
SortOrderUNSORTED
Enumeration value indicating the items are unordered.