PopupMenuPeer
Name
PopupMenuPeer
Description
PopupMenu
Peer
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