|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Menu | |
com.apple.mrj | |
java.awt |
Uses of Menu in com.apple.mrj |
Methods in com.apple.mrj with parameters of type Menu | |
static void |
MRJMenuUtils.setMenuItemCmdKey(Menu menu,
int itemIndex,
char ch)
Deprecated. Please use java.awt.MenuItem.setShortcut instead. |
Uses of Menu in java.awt |
Subclasses of Menu in java.awt | |
class |
PopupMenu
A class that implements a menu which can be dynamically popped up at a specified position within a component. |
Methods in java.awt that return Menu | |
Menu |
MenuBar.getHelpMenu()
Gets the help menu on the menu bar. |
Menu |
MenuBar.add(Menu m)
Adds the specified menu to the menu bar. |
Menu |
MenuBar.getMenu(int i)
Gets the specified menu. |
Methods in java.awt with parameters of type Menu | |
protected abstract java.awt.peer.MenuPeer |
Toolkit.createMenu(Menu target)
Creates this toolkit's implementation of Menu using
the specified peer interface. |
void |
MenuBar.setHelpMenu(Menu m)
Sets the specified menu to be this menu bar's help menu. |
Menu |
MenuBar.add(Menu m)
Adds the specified menu to the menu bar. |
Constructors in java.awt with parameters of type Menu | |
Menu.AccessibleAWTMenu()
|
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.