| public final enum javax.swing SortOrder
|
Java SE 6 |
| version | 1.2 11/17/05 |
| since | 1.6 |
| See also | javax.swing.RowSorter |
| Enum constants | |
|---|---|
| final public static SortOrder | ASCENDING Enumeration value indicating the items are sorted in increasing order. For example, the set 1, 4, 0 sorted in
ASCENDING order is 0, 1, 4.
|
| final public static SortOrder | DESCENDING Enumeration value indicating the items are sorted in decreasing order. For example, the set 1, 4, 0 sorted in
DESCENDING order is 4, 1, 0.
|
| final public static SortOrder | UNSORTED Enumeration value indicating the items are unordered. For example, the set 1, 4, 0 in
UNSORTED order is 1, 4, 0.
|
| Methods | |
|---|---|
| public static SortOrder | valueOf(String name) |
| public static SortOrder[] | values() |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|