|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.SortType
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
todo: doc
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 |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||