Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JMenuBar

Packages that use JMenuBar
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of JMenuBar in com.sun.java.swing
 

Fields in com.sun.java.swing declared as JMenuBar
protected  JMenuBar JRootPane.menuBar
          The menu bar.
 

Methods in com.sun.java.swing that return JMenuBar
 JMenuBar JFrame.getJMenuBar()
          Returns the menubar set on this frame.
 JMenuBar JDialog.getJMenuBar()
          Returns the menubar set on this dialog.
 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 JApplet.getJMenuBar()
          Returns the menubar set on this applet.
 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().
 

Methods in com.sun.java.swing with parameters of type JMenuBar
 void JFrame.setJMenuBar(JMenuBar menubar)
          Sets the menubar for this frame.
 void JDialog.setJMenuBar(JMenuBar menu)
          Sets the menubar for this dialog.
 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 JApplet.setJMenuBar(JMenuBar menuBar)
          Sets the menubar for this applet.
 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).
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.