org.gnu.gnome
Class DialogType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.DialogType

public class DialogType
extends org.gnu.glib.Enum


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

ERROR

public static final DialogType ERROR

NORMAL

public static final DialogType NORMAL
Method Detail

intern

public static DialogType intern(int value)

or

public DialogType or(DialogType other)

and

public DialogType and(DialogType other)

xor

public DialogType xor(DialogType other)

test

public boolean test(DialogType other)