|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MenuBar | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.peer | Provides for interfacing with the underlying window system. |
Uses of MenuBar in java.awt |
---|
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 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. |
Uses of MenuBar in java.awt.peer |
---|
Methods in java.awt.peer with parameters of type MenuBar | |
---|---|
void |
FramePeer.setMenuBar(MenuBar mb)
Sets the menu bar for the frame. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |