MIDP3.0

Uses of Class
javax.microedition.lcdui.Menu

Packages that use Menu
javax.microedition.lcdui The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications. 
 

Uses of Menu in javax.microedition.lcdui
 

Methods in javax.microedition.lcdui that return Menu
 Menu Menu.getMenu(int index)
          Gets the sub-menu at index.
 Menu Displayable.getMenu(int placement)
          Gets the Menu at the given placement.
 

Methods in javax.microedition.lcdui with parameters of type Menu
 int Menu.append(Menu menu)
          Appends a sub-menu to this Menu.
 void Menu.insert(int index, Menu menu)
          Inserts a Menu into the Menu just prior to the element specified.
 void Menu.remove(Menu menu)
          Removes a sub-menu from the menu.
 void FileSelector.setMenu(Menu menu, int placement)
          FileSelector does not allow menus to be added.
 void Displayable.setMenu(Menu menu, int placement)
          Adds or sets a menu to the Displayable at the given placement.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.