MenuComponentPeer

Name

MenuComponentPeer

[Graphic: Figure from the text]

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()

See Also

MenuBarPeer, MenuItemPeer