|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.Menu
| Uses of Menu in java.awt |
| Subclasses of Menu in java.awt | |
class |
PopupMenu
This class implement an AWT popup menu widget |
| Fields in java.awt declared as Menu | |
private Menu |
MenuBar.helpMenu
|
| Methods in java.awt that return Menu | |
Menu |
MenuBar.getHelpMenu()
Returns the help menu for this menu bar. |
Menu |
MenuBar.add(Menu menu)
Add a menu to this MenuBar. |
Menu |
MenuBar.getMenu(int index)
Returns the menu at the specified index. |
| Methods in java.awt with parameters of type Menu | |
protected abstract java.awt.peer.MenuPeer |
Toolkit.createMenu(Menu target)
Creates a peer object for the specified Menu. |
void |
MenuBar.setHelpMenu(Menu menu)
Sets the help menu for this menu bar. |
Menu |
MenuBar.add(Menu menu)
Add a menu to this MenuBar. |
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||