Java AWT

Previous Chapter 23
java.awt.peer Reference
Next
 

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

Description

Releases resources used by peer.

See Also

MenuBarPeer, MenuItemPeer


Previous Home Next
MenuBarPeer Book Index MenuItemPeer

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java