|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuBarPeer
Disabled: no SafeJ information.
The peer interface for MenuBar
.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Method Summary | |
---|---|
void |
addHelpMenu(Menu m)
Adds a help menu to the menu bar. |
void |
addMenu(Menu m)
Adds a menu to the menu bar. |
void |
delMenu(int index)
Deletes a menu from the menu bar. |
Methods inherited from interface java.awt.peer.MenuComponentPeer |
---|
dispose, setFont |
Method Detail |
---|
void addMenu(Menu m)
m
- the menu to addMenuBar.add(Menu)
void delMenu(int index)
index
- the index of the menu to removeMenuBar.remove(int)
void addHelpMenu(Menu m)
m
- the help menu to addMenuBar.setHelpMenu(Menu)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |