public class ShowParameterInfoAction extends BaseCodeInsightAction implements DumbAware
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
ShowParameterInfoAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeActionPerformedUpdate(AnActionEvent e)
Same as
AnAction.update(AnActionEvent) but is calls immediately before actionPerformed() as final check guard. |
protected CodeInsightActionHandler |
getHandler() |
protected boolean |
isValidForFile(Project project,
Editor editor,
PsiFile file) |
protected boolean |
isValidForLookup() |
getBaseEditor, getEditor, getInjectedEditor, getInjectedEditor, updateactionPerformed, actionPerformedImpl, getCommandName, update, updateaddTextOverride, applyTextOverride, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbarclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumbAwarepublic void beforeActionPerformedUpdate(AnActionEvent e)
AnActionAnAction.update(AnActionEvent) but is calls immediately before actionPerformed() as final check guard.
Default implementation delegates to AnAction.update(AnActionEvent).beforeActionPerformedUpdate in class CodeInsightActione - Carries information on the invocation place and data availableprotected CodeInsightActionHandler getHandler()
getHandler in class CodeInsightActionprotected boolean isValidForFile(Project project, Editor editor, PsiFile file)
isValidForFile in class CodeInsightActionprotected boolean isValidForLookup()
isValidForLookup in class BaseCodeInsightAction