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