public abstract class GoToChangePopupAction extends ActionGroup implements DumbAware
AnAction.TransparentUpdate
EMPTY_GROUP
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
GoToChangePopupAction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
actionPerformed(AnActionEvent e)
This method can be called in popup menus if
ActionGroup.canBePerformed(DataContext) is true . |
boolean |
canBePerformed(DataContext context) |
AnAction [] |
getChildren(AnActionEvent e)
Returns the children of the group.
|
addPropertyChangeListener, disableIfNoVisibleChildren, firePropertyChange, getChildren, hideIfNoVisibleChildren, isDumbAware, isPopup, isPopup, isPrimary, removePropertyChangeListener, replace, setPopup
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, update, useSmallerFontForTextInToolbar
public AnAction [] getChildren(AnActionEvent e)
ActionGroup
getChildren
in class ActionGroup
null
.public boolean canBePerformed(DataContext context)
canBePerformed
in class ActionGroup
true
if ActionGroup.actionPerformed(AnActionEvent)
should be called.public abstract void actionPerformed(AnActionEvent e)
ActionGroup
ActionGroup.canBePerformed(DataContext)
is true
.actionPerformed
in class ActionGroup
e
- Carries information on the invocation place