| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JMenuBar | |
| javax.swing | |
| javax.swing.plaf.basic | |
| Uses of JMenuBar in javax.swing | 
| Fields in javax.swing declared as JMenuBar | |
protected  JMenuBar | 
JRootPane.menuBar
The menu bar.  | 
| Methods in javax.swing that return JMenuBar | |
 JMenuBar | 
JApplet.getJMenuBar()
Returns the menubar set on this applet.  | 
 JMenuBar | 
JInternalFrame.getMenuBar()
Deprecated. As of Swing version 1.0.3, replaced by getJMenuBar(). | 
 JMenuBar | 
JInternalFrame.getJMenuBar()
Returns the current JMenuBar for this
 JInternalFrame, or null
 if no menu bar has been set. | 
 JMenuBar | 
JFrame.getJMenuBar()
Returns the menubar set on this frame.  | 
 JMenuBar | 
JRootPane.getJMenuBar()
Returns the menu bar from the layered pane.  | 
 JMenuBar | 
JRootPane.getMenuBar()
Deprecated. As of Swing version 1.0.3 replaced by getJMenubar(). | 
 JMenuBar | 
JDialog.getJMenuBar()
Returns the menubar set on this dialog.  | 
| Methods in javax.swing with parameters of type JMenuBar | |
 void | 
JApplet.setJMenuBar(JMenuBar menuBar)
Sets the menubar for this applet.  | 
 void | 
JInternalFrame.setMenuBar(JMenuBar m)
Deprecated. As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar m). | 
 void | 
JInternalFrame.setJMenuBar(JMenuBar m)
Sets the JMenuBar for this JInternalFrame. | 
 void | 
JFrame.setJMenuBar(JMenuBar menubar)
Sets the menubar for this frame.  | 
 void | 
JRootPane.setJMenuBar(JMenuBar menu)
Adds or changes the menu bar used in the layered pane.  | 
 void | 
JRootPane.setMenuBar(JMenuBar menu)
Deprecated. As of Swing version 1.0.3 replaced by setJMenuBar(JMenuBar menu). | 
 void | 
JDialog.setJMenuBar(JMenuBar menu)
Sets the menubar for this dialog.  | 
| Constructors in javax.swing with parameters of type JMenuBar | |
JMenuBar.AccessibleJMenuBar()
 | 
|
| Uses of JMenuBar in javax.swing.plaf.basic | 
| Subclasses of JMenuBar in javax.swing.plaf.basic | |
 class | 
BasicInternalFrameTitlePane.SystemMenuBar
This inner class is marked "public" due to a compiler bug.  | 
| Fields in javax.swing.plaf.basic declared as JMenuBar | |
protected  JMenuBar | 
BasicInternalFrameTitlePane.menuBar
 | 
protected  JMenuBar | 
BasicMenuBarUI.menuBar
 | 
| Methods in javax.swing.plaf.basic that return JMenuBar | |
protected  JMenuBar | 
BasicInternalFrameTitlePane.createSystemMenuBar()
 | 
  | 
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.