org.gnu.gtk
Class DialogFlags

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.DialogFlags

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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
extends org.gnu.glib.Enum

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

MODAL

public static final 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.
Make the constructed dialog modal.


DESTROY_WITH_PARENT

public static final 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.
Destroy the dialog when its parent is destroyed.


NO_SEPARATOR

public static final 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.
Don't put a separator between the action area and the dialog content.

Method Detail

intern

public static DialogFlags intern(int value)
Deprecated. 

or

public DialogFlags or(DialogFlags other)
Deprecated. 

and

public DialogFlags and(DialogFlags other)
Deprecated. 

xor

public DialogFlags xor(DialogFlags other)
Deprecated. 

test

public boolean test(DialogFlags other)
Deprecated.