Toolkit.createPopupMenu

Toolkit.createPopupMenu

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract PopupMenuPeer createPopupMenu( PopupMenu target )
Parameters
target
the popup menu to be implemented.
Returns
this toolkit's implementation of PopupMenu.
Description
Creates this toolkit's implementation of PopupMenu using the specified peer interface.

See Also
PopupMenu, PopupMenuPeer