MenuComponentPeerNameMenuComponentPeer
DescriptionMenuComponentPeer is an interface that defines the basis for all menu GUI peer interfaces. Interface Definition
public abstract interface java.awt.peer.MenuComponentPeer { // Interface Methods public abstract void dispose(); } Interface Methodsdisposepublic abstract void dispose()
See AlsoMenuBarPeer, MenuItemPeer |
|