Uses of Interface
bluegammon.gui.menu.MenuPainter

Packages that use MenuPainter
bluegammon.gui.menu The bluegammon.gui.menu package is a standalone package for drawing menus on a canvas in J2ME. 
 

Uses of MenuPainter in bluegammon.gui.menu
 

Classes in bluegammon.gui.menu that implement MenuPainter
 class DefaultMenuPainter
          A default implementation of MenuPainter.
 

Methods in bluegammon.gui.menu that return MenuPainter
 MenuPainter Menu.getPainter()
          Returns the painter used to paint the menu.
 

Methods in bluegammon.gui.menu with parameters of type MenuPainter
 void Menu.setPainter(MenuPainter painter)
          Sets the painter used to paint the menu.
 

Constructors in bluegammon.gui.menu with parameters of type MenuPainter
Menu(MenuPage startPage, javax.microedition.lcdui.Canvas canvas, MenuPainter painter)
          Creates a new menu.