Package ch.bailu.gtk.gtk
Interface MessageType
public interface MessageType
-
Field Summary
-
Field Details
-
INFO
static final int INFOInformational message- See Also:
-
WARNING
static final int WARNINGNon-fatal warning message- See Also:
-
QUESTION
static final int QUESTIONQuestion requiring a choice- See Also:
-
ERROR
static final int ERRORFatal error message- See Also:
-
OTHER
static final int OTHERNone of the above- See Also:
-