Packages  This Package  Prev  Next  Index  

§3.14 Interface MenuComponentPeer

The menu component peer interface specifies the methods that all implementations of Abstract Window Toolkit menu components must define.

public  interface  java.awt.peer.MenuComponentPeer
{
        // Methods
    public abstract void dispose();	§3.14.1
}

Methods

dispose

public abstract void dispose()
Disposes of the menu component peer and any resources used by it.

Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com