Uses of Class
java.awt.MenuBar

Packages that use MenuBar
java.awt   
 

Uses of MenuBar in java.awt
 

Fields in java.awt declared as MenuBar
(package private)  MenuBar Frame.menuBar
          The frames menubar.
 

Methods in java.awt that return MenuBar
 MenuBar Frame.getMenuBar()
          Gets the menu bar for this frame.
 

Methods in java.awt with parameters of type MenuBar
protected abstract  java.awt.peer.MenuBarPeer Toolkit.createMenuBar(MenuBar target)
          Creates this toolkit's implementation of MenuBar using the specified peer interface.
 void Frame.setMenuBar(MenuBar mb)
          Sets the menu bar for this frame to the specified menu bar.