|
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 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||