|
|||||||||||
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.DialogFlags
Field Summary | |
static DialogFlags |
DESTROY_WITH_PARENT
|
static DialogFlags |
MODAL
|
static DialogFlags |
NO_SEPARATOR
|
Method Summary | |
DialogFlags |
and(DialogFlags other)
|
static DialogFlags |
intern(int value)
|
DialogFlags |
or(DialogFlags other)
|
boolean |
test(DialogFlags other)
|
DialogFlags |
xor(DialogFlags 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 DialogFlags MODAL
public static final DialogFlags DESTROY_WITH_PARENT
public static final DialogFlags NO_SEPARATOR
Method Detail |
public static DialogFlags intern(int value)
public DialogFlags or(DialogFlags other)
public DialogFlags and(DialogFlags other)
public DialogFlags xor(DialogFlags other)
public boolean test(DialogFlags 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 |