java.awt.peer
Interface MenuPeer
- All Superinterfaces:
- MenuComponentPeer, MenuItemPeer
- All Known Subinterfaces:
- PopupMenuPeer
public interface MenuPeer
- extends MenuItemPeer
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.
addSeparator
void addSeparator()
addItem
void addItem(java.awt.MenuItem item)
delItem
void delItem(int index)