com.intellij.openapi.actionSystem
Interface ActionPopupMenu


public interface ActionPopupMenu

Represents a popup menu with a visual presentation.

See Also:
ActionManager.createActionPopupMenu(String, ActionGroup)

Method Summary
 javax.swing.JPopupMenu getComponent()
          Returns the visual presentation of the popup menu.
 

Method Detail

getComponent

javax.swing.JPopupMenu getComponent()
Returns the visual presentation of the popup menu.

Returns:
visual presentation of the popup menu