java.awt.peer
Interface PopupMenuPeer
- All Superinterfaces:
- MenuComponentPeer, MenuItemPeer, MenuPeer
public interface PopupMenuPeer
- extends MenuPeer
The peer interface for PopupMenu
.
The peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances.
Method Summary |
void |
show(Event e)
Shows the popup menu. |
show
void show(Event e)
- Shows the popup menu.
- Parameters:
e
- a synthetic event describing the origin and location of the
popup menu- See Also:
PopupMenu.show(java.awt.Component, int, int)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.