|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GGMessageBox.ButtonHit | |
---|---|
ch.aplu.android | Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. |
Uses of GGMessageBox.ButtonHit in ch.aplu.android |
---|
Fields in ch.aplu.android declared as GGMessageBox.ButtonHit | |
---|---|
static GGMessageBox.ButtonHit |
GGMessageBox.MB_ABORT
Acronym for ButtonHit.ABORT. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_CANCEL
Acronym for ButtonHit.CANCEL. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_IGNORE
Acronym for ButtonHit.IGNORE. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_NO
Acronym for ButtonHit.MB_NO. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_OK
Acronym for ButtonHit.MB_OK. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_RETRY
Acronym for ButtonHit.RETRY. |
static GGMessageBox.ButtonHit |
GGMessageBox.MB_YES
Acronym for ButtonHit.YES. |
Methods in ch.aplu.android that return GGMessageBox.ButtonHit | |
---|---|
static GGMessageBox.ButtonHit |
GGMessageBox.show(java.lang.String title,
java.lang.String message,
GGMessageBox.ButtonLayout ButtonLayout)
Shows the modal dialog and blocks the current thread until the user hits one of the buttons. |
static GGMessageBox.ButtonHit |
GGMessageBox.ButtonHit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GGMessageBox.ButtonHit[] |
GGMessageBox.ButtonHit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |