org.gnu.gtk
public class SortType extends Enum
See Also: 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) |