当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
Presenter.Popup (NetBeans APIs) - NetBeans API Javadoc 4.1.0
org.openide.util.actions
Interface Presenter.Popup
- All Superinterfaces:
- Presenter
- All Known Implementing Classes:
- BooleanStateAction, CallableSystemAction, ToolsAction
- Enclosing interface:
- Presenter
- public static interface Presenter.Popup
- extends Presenter
The presenter interface for presenting an action in a popup menu.
getPopupPresenter
public JMenuItem getPopupPresenter()
- Get a menu item that can present this action in a
JPopupMenu
.
- Returns:
- the representation for this action