Uses of Class
ch.aplu.android.GGMessageBox.ButtonLayout

Packages that use GGMessageBox.ButtonLayout
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of GGMessageBox.ButtonLayout in ch.aplu.android
 

Fields in ch.aplu.android declared as GGMessageBox.ButtonLayout
static GGMessageBox.ButtonLayout GGMessageBox.ABORT_RETRY_IGNORE
          Acronym for ButtonLayout.ABORT_RETRY_IGNORE.
static GGMessageBox.ButtonLayout GGMessageBox.OK
          Acronym for ButtonLayout.OK.
static GGMessageBox.ButtonLayout GGMessageBox.OK_CANCEL
          Acronym for ButtonLayout.OK_CANCEL.
static GGMessageBox.ButtonLayout GGMessageBox.RETRY_CANCEL
          Acronym for ButtonLayout.RETRY_ CANCEL.
static GGMessageBox.ButtonLayout GGMessageBox.YES_NO
          Acronym for ButtonLayout.YES_NO.
static GGMessageBox.ButtonLayout GGMessageBox.YES_NO_CANCEL
          Acronym for ButtonLayout.YES_NO_ CANCEL.
 

Methods in ch.aplu.android that return GGMessageBox.ButtonLayout
static GGMessageBox.ButtonLayout GGMessageBox.ButtonLayout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GGMessageBox.ButtonLayout[] GGMessageBox.ButtonLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.aplu.android with parameters of type GGMessageBox.ButtonLayout
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.