| Package java.awt.peer |
Previous |
Java API |
Index |
Next |
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();
}
public abstract void dispose()Disposes of the menu component peer and any resources used by it.
| © 1996 Sun Microsystems, Inc. All rights reserved. |