org.gnu.gnome
public class DialogType extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static DialogType |
ERROR |
static DialogType |
NORMAL |
Modifier and Type | Method and Description |
---|---|
DialogType |
and(DialogType other) |
static DialogType |
intern(int value) |
DialogType |
or(DialogType other) |
boolean |
test(DialogType other) |
DialogType |
xor(DialogType other) |
public static final DialogType ERROR
public static final DialogType NORMAL
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)