File
Doc
Category
Size
Date
Package
MenuPeer.java
API Doc
Java SE 5 API
617
Fri Aug 26 14:56:56 BST 2005
java.awt.peer
MenuPeer
public interface MenuPeer implements 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.
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public void
addItem
(
java.awt.MenuItem
item)
public void
addSeparator
()
public void
delItem
(
int
index)
Java Code Source