org.gnu.gnome
public class DialogType extends 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) |