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.


Method Summary
 void addItem(MenuItem item)
           
 void addSeparator()
           
 void delItem(int index)
           
 
Methods inherited from interface java.awt.peer.MenuItemPeer
disable, enable, setEnabled, setLabel
 
Methods inherited from interface java.awt.peer.MenuComponentPeer
dispose
 

Method Detail

addSeparator

public void addSeparator()

addItem

public void addItem(MenuItem item)

delItem

public void delItem(int index)