Uses of Class
org.deken.game.component.GMenu

Packages that use GMenu
org.deken.game.component Components package holds game components, which are striped down version of java components. 
 

Uses of GMenu in org.deken.game.component
 

Fields in org.deken.game.component declared as GMenu
protected  GMenu GMenuPopout.menuPopOut
           
 

Methods in org.deken.game.component that return GMenu
 GMenu GMenu.copy()
           
 

Methods in org.deken.game.component with parameters of type GMenu
 int MultiMenu.addGMenu(GMenu menu)
           
 void GMenuPopout.addMenu(GMenu gMenu)
          Adds a GMenu to this pop out menu.