All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.awt.peer.MenuPeer

public interface interface MenuPeer
extends MenuItemPeer

Method Index

 o addItem(MenuItem)
 o addSeparator()
 o delItem(int)

Methods

 o addSeparator
 public abstract void addSeparator()
 o addItem
 public abstract void addItem(MenuItem item)
 o delItem
 public abstract void delItem(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index