Java AWT

Previous Chapter 23
java.awt.peer Reference
Next
 

PopupMenuPeer (New)

Name

PopupMenuPeer (New)

[Graphic: Figure from the text]

Description

PopupMenuPeer is an interface that defines the basis for a popup menu.

Interface Definition

public abstract interface java.awt.peer.PopupMenuPeer
   extends java.awt.peer.MenuPeer {
  // Interface Methods
  public abstract void show (Event e);
}

Interface Methods

show

public abstract void show (Event e)

Parameters

e

A mouse down event that begins the display of the popup menu.

Description

Shows the peer at the location encapsulated in e.

See Also

Event, MenuPeer


Previous Home Next
PanelPeer Book Index ScrollbarPeer

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