MenuComponentPeer
Name
MenuComponentPeer
Description
MenuComponentPeer
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 Methods
dispose
public abstract void dispose()
- Description
- Releases resources used by peer.
See Also
MenuBarPeer
, MenuItemPeer