org.gnu.gtk

Class MessageType


public class MessageType
extends Enum

The type of message to be displayed in a dialog.

Field Summary

static MessageType
ERROR
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static MessageType
INFO
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static MessageType
QUESTION
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
static MessageType
WARNING
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Method Summary

MessageType
and(MessageType other)
static MessageType
intern(int value)
MessageType
or(MessageType other)
boolean
test(MessageType other)
MessageType
xor(MessageType other)

Field Details

ERROR

public static final MessageType ERROR

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Fatal error message.

INFO

public static final MessageType INFO

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Informational message.

QUESTION

public static final MessageType QUESTION

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Question requiring a choice.

WARNING

public static final MessageType WARNING

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Nonfatal warning message.

Method Details

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)