|
java-gnome version 4.0.15 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.SortType
public final class SortType
Constants describing what sort ordering you want to be in effect. This is
used by TreeSortables such as TreeModelSort
.
Field Summary | |
---|---|
static SortType |
ASCENDING
Sort in ascending order. |
static SortType |
DESCENDING
Sort in descending order. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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.
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |