Uses of Package
bluegammon.gui.menu

Packages that use bluegammon.gui.menu
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
bluegammon.gui.menu The bluegammon.gui.menu package is a standalone package for drawing menus on a canvas in J2ME. 
 

Classes in bluegammon.gui.menu used by bluegammon.gui
ItemAction
          Command pattern interface that is called from Menu when user activates an PageItem.
Menu
           The Menu class takes care of coordination between MenuPages, PageItems and user interaction.
MenuListener
          This interface is used by applications which need to receive high-level events concerning a Menu.
MenuPage
          A MenuPage class represents a title and a number of choices in a Menu.
PageItem
           The PageItem defines a choice in a MenuPage.
 

Classes in bluegammon.gui.menu used by bluegammon.gui.menu
ItemAction
          Command pattern interface that is called from Menu when user activates an PageItem.
MenuListener
          This interface is used by applications which need to receive high-level events concerning a Menu.
MenuPage
          A MenuPage class represents a title and a number of choices in a Menu.
MenuPainter
          The MenuPainter interface defines high-level methods when drawing contents of a Menu, which consists of MenuPages and PageItems.
PageItem
           The PageItem defines a choice in a MenuPage.