| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Menuat the givenplacement. | 
| 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 Menuinto theMenujust 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 Displayableat the givenplacement. | 
| 
 | MIDP3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||