org.gnu.gtk
Class SortType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.SortType
public class SortType
- extends org.gnu.glib.Enum
todo: doc
- See Also:
TreeViewColumn
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 |
ASCENDING
public static final SortType ASCENDING
DESCENDING
public static final SortType DESCENDING
intern
public static SortType intern(int value)
or
public SortType or(SortType other)
and
public SortType and(SortType other)
xor
public SortType xor(SortType other)
test
public boolean test(SortType other)