|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.MessageType
public class MessageType
The type of message to be displayed in a dialog.
Field Summary | |
---|---|
static MessageType |
ERROR
Fatal error message. |
static MessageType |
INFO
Informational message. |
static MessageType |
QUESTION
Question requiring a choice. |
static MessageType |
WARNING
Nonfatal warning message. |
Method Summary | |
---|---|
MessageType |
and(MessageType other)
|
static MessageType |
intern(int value)
|
MessageType |
or(MessageType other)
|
boolean |
test(MessageType other)
|
MessageType |
xor(MessageType other)
|
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MessageType INFO
public static final MessageType WARNING
public static final MessageType QUESTION
public static final MessageType ERROR
Method Detail |
---|
public static MessageType intern(int value)
public MessageType or(MessageType other)
public MessageType and(MessageType other)
public MessageType xor(MessageType other)
public boolean test(MessageType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |