public abstract class GoToChangePopupAction extends ActionGroup implements DumbAware
AnAction.TransparentUpdateEMPTY_GROUPACTIONS_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, setPopupaddTextOverride, 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, useSmallerFontForTextInToolbarpublic AnAction [] getChildren(AnActionEvent e)
ActionGroupgetChildren in class ActionGroupnull.public boolean canBePerformed(DataContext context)
canBePerformed in class ActionGrouptrue if ActionGroup.actionPerformed(AnActionEvent) should be called.public abstract void actionPerformed(AnActionEvent e)
ActionGroupActionGroup.canBePerformed(DataContext) is true.actionPerformed in class ActionGroupe - Carries information on the invocation place