org.gnu.gtk

Class MessageType

public class MessageType extends Enum

The type of message to be displayed in a dialog.
Field Summary
static MessageTypeERROR
Fatal error message.
static MessageTypeINFO
Informational message.
static MessageTypeQUESTION
Question requiring a choice.
static MessageTypeWARNING
Nonfatal warning message.
Method Summary
MessageTypeand(MessageType other)
static MessageTypeintern(int value)
MessageTypeor(MessageType other)
booleantest(MessageType other)
MessageTypexor(MessageType other)

Field Detail

ERROR

public static final MessageType ERROR
Fatal error message.

INFO

public static final MessageType INFO
Informational message.

QUESTION

public static final MessageType QUESTION
Question requiring a choice.

WARNING

public static final MessageType WARNING
Nonfatal warning message.

Method Detail

and

public MessageType and(MessageType other)

intern

public static MessageType intern(int value)

or

public MessageType or(MessageType other)

test

public boolean test(MessageType other)

xor

public MessageType xor(MessageType other)