Uses of Class
bluegammon.gui.popup.Popup

Packages that use Popup
bluegammon The bluegammon package contains static resources of the Bluegammon game. 
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
 

Uses of Popup in bluegammon
 

Methods in bluegammon that return Popup
static Popup Bluegammon.getCurrentPopup()
          Returns current displayed popup
static Popup Bluegammon.showPopup(char[] text, char[][] altTexts, int timeOutInSeconds, int defaultChoice, int timeOutChoice, PopupListener listener)
          Shows a popup on the device display, enabling the user to make a choice amongst specified alternatives.
 

Uses of Popup in bluegammon.gui
 

Methods in bluegammon.gui that return Popup
 Popup PopupCanvas.getPopup()
          Returns the popup in this canvas or null if popup.
 

Methods in bluegammon.gui with parameters of type Popup
 void PopupCanvas.setPopup(Popup p)
          Sets the popup in this canvas.