|
|||||||||
| 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
org.gnome.gtk.MessageType.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class MessageType
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)
Deprecated. |
static MessageType |
intern(int value)
Deprecated. |
MessageType |
or(MessageType other)
Deprecated. |
boolean |
test(MessageType other)
Deprecated. |
MessageType |
xor(MessageType other)
Deprecated. |
| 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 | ||||||||