|
|||||||||||
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.DirectionType
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)
|
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 DirectionType TAB_FORWARD
public static final DirectionType TAB_BACKWARD
public static final DirectionType UP
public static final DirectionType DOWN
public static final DirectionType LEFT
public static final DirectionType RIGHT
Method Detail |
public static DirectionType intern(int value)
public DirectionType or(DirectionType other)
public DirectionType and(DirectionType other)
public DirectionType xor(DirectionType other)
public boolean test(DirectionType 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 |