org.gnome.gtk
public final class SortType extends org.freedesktop.bindings.Constant
TreeModelSort
.Modifier and Type | Field and Description |
---|---|
static SortType |
ASCENDING
Sort in ascending order.
|
static SortType |
DESCENDING
Sort in descending order.
|
public static SortType ASCENDING
0
, 1
, 2
, ..., n andA
, B
, C
, ..., X
, Y
, Z
0
or A
or whatever will be at the top
of your list.public static SortType DESCENDING
-1
, n-2
, ...,
2
, 1
, 0
andZ
, Y
, X
, ... C
,
B
, A
Z
or whatever will be at the top of your
list.