| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _MESSAGE_ERROR
Integer value of enum value "MESSAGE_ERROR" Displays an error type message. |
| static final MessageDialogType | MESSAGE_ERROR
Object value of enum value "MESSAGE_ERROR" Displays an error type message. |
| static final int | _MESSAGE_INFO
Integer value of enum value "MESSAGE_INFO" Displays an information type message. |
| static final MessageDialogType | MESSAGE_INFO
Object value of enum value "MESSAGE_INFO" Displays an information type message. |
| static final int | _MESSAGE_WARNING
Integer value of enum value "MESSAGE_WARNING" Displays a warning type message. |
| static final MessageDialogType | MESSAGE_WARNING
Object value of enum value "MESSAGE_WARNING" Displays a warning type message. |
| static final int | _MESSAGE_QUESTION
Integer value of enum value "MESSAGE_QUESTION" Displays a question type message. |
| static final MessageDialogType | MESSAGE_QUESTION
Object value of enum value "MESSAGE_QUESTION" Displays a question type message. |
| static final int | _MessageDialogType_null
Enum null value. |
| Method Summary | |
|---|---|
| static MessageDialogType | FromInt
(int value)
Creates enum object from an integer. |
| static MessageDialogType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static MessageDialogType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static MessageDialogType | FromInt | (Integer value) |
Creates enum object from an integer object.
|