|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.DialogFlags
org.gnome.gtk.DialogFlags
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class DialogFlags
Flags used to influence dialog construction.
Field Summary | |
---|---|
static DialogFlags |
DESTROY_WITH_PARENT
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static DialogFlags |
MODAL
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
static DialogFlags |
NO_SEPARATOR
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries. |
Method Summary | |
---|---|
DialogFlags |
and(DialogFlags other)
Deprecated. |
static DialogFlags |
intern(int value)
Deprecated. |
DialogFlags |
or(DialogFlags other)
Deprecated. |
boolean |
test(DialogFlags other)
Deprecated. |
DialogFlags |
xor(DialogFlags other)
Deprecated. |
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |