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