Uses of Class
javax.swing.JMenuBar
-
Packages that use JMenuBar Package Description javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel. -
-
Uses of JMenuBar in javax.swing
Fields in javax.swing declared as JMenuBar Modifier and Type Field and Description protected JMenuBar
JRootPane. menuBar
The menu bar.Methods in javax.swing that return JMenuBar Modifier and Type Method and Description JMenuBar
JApplet. getJMenuBar()
Returns the menubar set on this applet.JMenuBar
JFrame. getJMenuBar()
Returns the menubar set on this frame.JMenuBar
JDialog. getJMenuBar()
Returns the menubar set on this dialog.JMenuBar
JInternalFrame. getJMenuBar()
Returns the currentJMenuBar
for thisJInternalFrame
, ornull
if no menu bar has been set.JMenuBar
JRootPane. getJMenuBar()
Returns the menu bar from the layered pane.JMenuBar
JInternalFrame. getMenuBar()
Deprecated.As of Swing version 1.0.3, replaced bygetJMenuBar()
.JMenuBar
JRootPane. getMenuBar()
Deprecated.As of Swing version 1.0.3 replaced bygetJMenuBar()
.Methods in javax.swing with parameters of type JMenuBar Modifier and Type Method and Description void
JApplet. setJMenuBar(JMenuBar menuBar)
Sets the menubar for this applet.void
JFrame. setJMenuBar(JMenuBar menubar)
Sets the menubar for this frame.void
JDialog. setJMenuBar(JMenuBar menu)
Sets the menubar for this dialog.void
JInternalFrame. setJMenuBar(JMenuBar m)
Sets themenuBar
property for thisJInternalFrame
.void
JRootPane. setJMenuBar(JMenuBar menu)
Adds or changes the menu bar used in the layered pane.void
JInternalFrame. setMenuBar(JMenuBar m)
Deprecated.As of Swing version 1.0.3 replaced bysetJMenuBar(JMenuBar m)
.void
JRootPane. setMenuBar(JMenuBar menu)
Deprecated.As of Swing version 1.0.3 replaced bysetJMenuBar(JMenuBar menu)
. -
Uses of JMenuBar in javax.swing.plaf.basic
Subclasses of JMenuBar in javax.swing.plaf.basic Modifier and Type Class and Description class
BasicInternalFrameTitlePane.SystemMenuBar
This class should be treated as a "protected" inner class.Fields in javax.swing.plaf.basic declared as JMenuBar Modifier and Type Field and Description protected JMenuBar
BasicMenuBarUI. menuBar
protected JMenuBar
BasicInternalFrameTitlePane. menuBar
Methods in javax.swing.plaf.basic that return JMenuBar Modifier and Type Method and Description protected JMenuBar
BasicInternalFrameTitlePane. createSystemMenuBar()
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.