org.gnu.gtk
Class DirectionType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.DirectionType
public class DirectionType
- extends org.gnu.glib.Enum
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 |
TAB_FORWARD
public static final DirectionType TAB_FORWARD
TAB_BACKWARD
public static final DirectionType TAB_BACKWARD
UP
public static final DirectionType UP
DOWN
public static final DirectionType DOWN
LEFT
public static final DirectionType LEFT
RIGHT
public static final DirectionType RIGHT
intern
public static DirectionType intern(int value)
or
public DirectionType or(DirectionType other)
and
public DirectionType and(DirectionType other)
xor
public DirectionType xor(DirectionType other)
test
public boolean test(DirectionType other)