Package java.awt.peer Previous
Previous
Java API
Java API
Index
Index
Next
Next

Interface MenuComponentPeer

Methods

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


Methods


dispose

public abstract void dispose() 

Disposes of the menu component peer and any resources used by it.



© 1996 Sun Microsystems, Inc. All rights reserved.