java-gnome version 4.0.15

org.gnome.gtk
Class SortType

Object
  extended by org.freedesktop.bindings.Constant
      extended by org.gnome.gtk.SortType

public final class SortType
extends org.freedesktop.bindings.Constant

Constants describing what sort ordering you want to be in effect. This is used by TreeSortables such as TreeModelSort.

Since:
4.0.7
Author:
Andrew Cowie

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

ASCENDING

public static SortType ASCENDING
Sort in ascending order. This means: where 0 or A or whatever will be at the top of your list.


DESCENDING

public static SortType DESCENDING
Sort in descending order. This means: where n or Z or whatever will be at the top of your list.



java-gnome