Uses of Class
org.kalmeo.kuix.widget.Menu

Packages that use Menu
org.kalmeo.kuix.core   
org.kalmeo.kuix.widget   
 

Uses of Menu in org.kalmeo.kuix.core
 

Methods in org.kalmeo.kuix.core with parameters of type Menu
static void Kuix.loadMenuContent(Menu menu, java.io.InputStream inputStream, DataProvider dataProvider)
          Reload the first menu content from an xml definition provides by an inputStream.
static void Kuix.loadMenuContent(Menu menu, java.lang.String xmlFilePath, DataProvider dataProvider)
          Reload the menu content from an xml definition.
 

Uses of Menu in org.kalmeo.kuix.widget
 

Subclasses of Menu in org.kalmeo.kuix.widget
 class Screen.ScreenMenu
          This class represents a screen menu
 

Methods in org.kalmeo.kuix.widget that return Menu
 Menu Screen.getFirstMenu()
          Create the firstMenu instance if it doesn't exist and return it.
 Menu Menu.MenuPopup.getMenu()
           
 Menu Screen.getScreenMenu(int kuixKeyCode)
          Returns the Screen.ScreenMenu that correspond to the given kuixKeyCode.
 Menu Screen.getSecondMenu()
          Create the secondMenu instance if it doesn't exist and return it.
 

Methods in org.kalmeo.kuix.widget with parameters of type Menu
protected  boolean Screen.processMenuAction(Menu menu, boolean internal, boolean isFirst)
          Process an internal or default menu action.
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.