public interface ActionPopupMenu
Modifier and Type | Method and Description |
---|---|
ActionGroup |
getActionGroup()
Returns the action group from which the menu was created.
|
javax.swing.JPopupMenu |
getComponent()
Returns the visual presentation of the popup menu.
|
java.lang.String |
getPlace()
Returns the place where the action group is displayed (the first parameter of
ActionManager.createActionPopupMenu(String, ActionGroup) . |
void |
setTargetComponent(javax.swing.JComponent component)
Will be used for data-context retrieval.
|
javax.swing.JPopupMenu getComponent()
java.lang.String getPlace()
ActionManager.createActionPopupMenu(String, ActionGroup)
.ActionGroup getActionGroup()
void setTargetComponent(javax.swing.JComponent component)