org.gnu.gtk
public class DirectionType extends Enum
Field Summary | |
---|---|
static DirectionType | DOWN |
static DirectionType | LEFT |
static DirectionType | RIGHT |
static DirectionType | TAB_BACKWARD |
static DirectionType | TAB_FORWARD |
static DirectionType | UP |
Method Summary | |
---|---|
DirectionType | and(DirectionType other) |
static DirectionType | intern(int value) |
DirectionType | or(DirectionType other) |
boolean | test(DirectionType other) |
DirectionType | xor(DirectionType other) |