java.awt.peer
Interface PopupMenuPeer
- All Superinterfaces:
- MenuComponentPeer, MenuItemPeer, MenuPeer
public interface PopupMenuPeer
- extends MenuPeer
Disabled: no SafeJ information.
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)
- Class is disabled.
- 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)