|
|||||||||||
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.SubmenuDirection
Field Summary | |
static SubmenuDirection |
LEFT
|
static SubmenuDirection |
RIGHT
|
Method Summary | |
SubmenuDirection |
and(SubmenuDirection other)
|
static SubmenuDirection |
intern(int value)
|
SubmenuDirection |
or(SubmenuDirection other)
|
boolean |
test(SubmenuDirection other)
|
SubmenuDirection |
xor(SubmenuDirection 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 SubmenuDirection LEFT
public static final SubmenuDirection RIGHT
Method Detail |
public static SubmenuDirection intern(int value)
public SubmenuDirection or(SubmenuDirection other)
public SubmenuDirection and(SubmenuDirection other)
public SubmenuDirection xor(SubmenuDirection other)
public boolean test(SubmenuDirection 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 |