当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
PopupMenuProvider (Visual Library API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.visual.action
Interface PopupMenuProvider
public interface PopupMenuProvider
This interface provides a popup menu.
getPopupMenu
JPopupMenu getPopupMenu(Widget widget,
Point localLocation)
- Get a JPopupMenu to display in the context of the given Widget.
This method may return
null
. If that is the case,
no popup menu will be displayed if this PopupMenuAction gets
a valid popup trigger on the given Widget.
- Parameters:
widget
- the widgetlocalLocation
- the local location where the popup menu was invoked
- Returns:
- The JPopupMenu to display for the given Widget.
May be
null
.