| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _MESSAGE_BUTTON_OK
Integer value of enum value "MESSAGE_BUTTON_OK" OK. |
| static final MessageButton | MESSAGE_BUTTON_OK
Object value of enum value "MESSAGE_BUTTON_OK" OK. |
| static final int | _MESSAGE_BUTTON_CANCEL
Integer value of enum value "MESSAGE_BUTTON_CANCEL" CANCEL. |
| static final MessageButton | MESSAGE_BUTTON_CANCEL
Object value of enum value "MESSAGE_BUTTON_CANCEL" CANCEL. |
| static final int | _MESSAGE_BUTTON_YES
Integer value of enum value "MESSAGE_BUTTON_YES" YES. |
| static final MessageButton | MESSAGE_BUTTON_YES
Object value of enum value "MESSAGE_BUTTON_YES" YES. |
| static final int | _MESSAGE_BUTTON_NO
Integer value of enum value "MESSAGE_BUTTON_NO" NO. |
| static final MessageButton | MESSAGE_BUTTON_NO
Object value of enum value "MESSAGE_BUTTON_NO" NO. |
| static final int | _MESSAGE_BUTTON_ABORT
Integer value of enum value "MESSAGE_BUTTON_ABORT" ABORT. |
| static final MessageButton | MESSAGE_BUTTON_ABORT
Object value of enum value "MESSAGE_BUTTON_ABORT" ABORT. |
| static final int | _MESSAGE_BUTTON_RETRY
Integer value of enum value "MESSAGE_BUTTON_RETRY" RETRY. |
| static final MessageButton | MESSAGE_BUTTON_RETRY
Object value of enum value "MESSAGE_BUTTON_RETRY" RETRY. |
| static final int | _MESSAGE_BUTTON_IGNORE
Integer value of enum value "MESSAGE_BUTTON_IGNORE" IGNORE. |
| static final MessageButton | MESSAGE_BUTTON_IGNORE
Object value of enum value "MESSAGE_BUTTON_IGNORE" IGNORE. |
| static final int | _MESSAGE_BUTTON_CONFIRM
Integer value of enum value "MESSAGE_BUTTON_CONFIRM" CONFIRM. |
| static final MessageButton | MESSAGE_BUTTON_CONFIRM
Object value of enum value "MESSAGE_BUTTON_CONFIRM" CONFIRM. |
| static final int | _MessageButton_null
Enum null value. |
| Method Summary | |
|---|---|
| static MessageButton | FromInt
(int value)
Creates enum object from an integer. |
| static MessageButton | 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 MessageButton | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static MessageButton | FromInt | (Integer value) |
Creates enum object from an integer object.
|