org.gnu.gtk
Class MessageType

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gtk.MessageType

public class MessageType
extends Enum

The type of message to be displayed in a dialog.

 INFO
 Informational message
 WARNING
 Nonfatal warning message
 QUESTION
 Question requiring a choice
 ERROR
 Fatal error message
 


Field Summary
static MessageType ERROR
           
static MessageType INFO
           
static MessageType QUESTION
           
static MessageType WARNING
           
 
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

INFO

public static final MessageType INFO

WARNING

public static final MessageType WARNING

QUESTION

public static final MessageType QUESTION

ERROR

public static final MessageType ERROR
Method Detail

intern

public static MessageType intern(int value)

or

public MessageType or(MessageType other)

and

public MessageType and(MessageType other)

xor

public MessageType xor(MessageType other)

test

public boolean test(MessageType other)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net