org.gnu.gtk
Class SortType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.SortType

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.SortType. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class SortType
extends org.gnu.glib.Enum

todo: doc

See Also:
TreeViewColumn

Field Summary
static SortType ASCENDING
          Deprecated.  
static SortType DESCENDING
          Deprecated.  
 
Method Summary
 SortType and(SortType other)
          Deprecated.  
static SortType intern(int value)
          Deprecated.  
 SortType or(SortType other)
          Deprecated.  
 boolean test(SortType other)
          Deprecated.  
 SortType xor(SortType other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCENDING

public static final SortType ASCENDING
Deprecated. 

DESCENDING

public static final SortType DESCENDING
Deprecated. 
Method Detail

intern

public static SortType intern(int value)
Deprecated. 

or

public SortType or(SortType other)
Deprecated. 

and

public SortType and(SortType other)
Deprecated. 

xor

public SortType xor(SortType other)
Deprecated. 

test

public boolean test(SortType other)
Deprecated.