|
|||||||||||
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.gnome.HelpError
Field Summary | |
static HelpError |
INTERNAL
|
static HelpError |
NOT_FOUND
|
Method Summary | |
HelpError |
and(HelpError other)
|
static HelpError |
intern(int value)
|
HelpError |
or(HelpError other)
|
boolean |
test(HelpError other)
|
HelpError |
xor(HelpError 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 HelpError INTERNAL
public static final HelpError NOT_FOUND
Method Detail |
public static HelpError intern(int value)
public HelpError or(HelpError other)
public HelpError and(HelpError other)
public HelpError xor(HelpError other)
public boolean test(HelpError 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 |