org.gnu.gnome

Class DialogType

public class DialogType extends Enum

Field Summary
static DialogTypeERROR
static DialogTypeNORMAL
Method Summary
DialogTypeand(DialogType other)
static DialogTypeintern(int value)
DialogTypeor(DialogType other)
booleantest(DialogType other)
DialogTypexor(DialogType other)

Field Detail

ERROR

public static final DialogType ERROR

NORMAL

public static final DialogType NORMAL

Method Detail

and

public DialogType and(DialogType other)

intern

public static DialogType intern(int value)

or

public DialogType or(DialogType other)

test

public boolean test(DialogType other)

xor

public DialogType xor(DialogType other)