org.openide.util.actions
Interface Presenter.Popup

All Superinterfaces:
Presenter
All Known Implementing Classes:
CallableSystemAction, FileSystemAction, ToolsAction, BooleanStateAction
Enclosing class:
Presenter

public static interface Presenter.Popup
extends Presenter

The presenter interface for presenting an action in a popup menu.


Inner classes inherited from class org.openide.util.actions.Presenter
Presenter.Menu, Presenter.Popup, Presenter.Toolbar
 
Method Summary
 JMenuItem getPopupPresenter()
          Get a menu item that can present this action in a JPopupMenu.
 

Method Detail

getPopupPresenter

public JMenuItem getPopupPresenter()
Get a menu item that can present this action in a JPopupMenu.
Returns:
the representation for this action


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.