|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.SortType
todo: doc
TreeViewColumn
Field Summary | |
static SortType |
ASCENDING
|
static SortType |
DESCENDING
|
Method Summary | |
SortType |
and(SortType other)
|
static SortType |
intern(int value)
|
SortType |
or(SortType other)
|
boolean |
test(SortType other)
|
SortType |
xor(SortType other)
|
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 |
public static final SortType ASCENDING
public static final SortType DESCENDING
Method Detail |
public static SortType intern(int value)
public SortType or(SortType other)
public SortType and(SortType other)
public SortType xor(SortType other)
public boolean test(SortType other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |