Uses of Class
bluegammon.gui.popup.PopupCanvas

Packages that use PopupCanvas
bluegammon The PIM package defines APIs to access Personal Information Management (PIM) data. 
bluegammon.gui The PIM package defines APIs to access Personal Information Management (PIM) data. 
bluegammon.logic The PIM package defines APIs to access Personal Information Management (PIM) data. 
 

Uses of PopupCanvas in bluegammon
 

Methods in bluegammon that return PopupCanvas
static PopupCanvas Bluegammon.getCanvas()
          Returns current canvas
 

Methods in bluegammon with parameters of type PopupCanvas
static void Bluegammon.setCanvas(PopupCanvas c)
          Sets specified canvas as current
 

Uses of PopupCanvas in bluegammon.gui
 

Subclasses of PopupCanvas in bluegammon.gui
 class BoardCanvas
          Singleton class handling all graphical details of a backgammon view.
 class MenuCanvas
          The MenuCanvas is the handler of the Bluegammon menu.
 

Constructors in bluegammon.gui with parameters of type PopupCanvas
BluetoothDevicePage(char[] title, Menu menu, PopupCanvas canvas, SoftButtonControl softButtons)
          Creates the nearby bluetooth devices page.
 

Uses of PopupCanvas in bluegammon.logic
 

Methods in bluegammon.logic that return PopupCanvas
static PopupCanvas BoardMediator.getCanvas()
          Returns the boardcanvas singleton instance.