public class ChangeSignatureAction extends BasePlatformRefactoringAction
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
ChangeSignatureAction() |
| Modifier and Type | Method and Description |
|---|---|
protected RefactoringActionHandler |
getRefactoringHandler(RefactoringSupportProvider provider) |
protected RefactoringActionHandler |
getRefactoringHandler(RefactoringSupportProvider provider,
PsiElement element) |
boolean |
isAvailableInEditorOnly() |
protected boolean |
isAvailableOnElementInEditorAndFile(PsiElement element,
Editor editor,
PsiFile file,
DataContext context) |
boolean |
isEnabledOnElements(PsiElement [] elements) |
getHandler, getHandler, isAvailableForLanguage, isHiddenactionPerformed, disableOnCompiledElement, findRefactoringTargetInEditor, getActionName, getElementAtCaret, getPsiElementArray, hasAvailableHandler, isAvailableForFile, isAvailableOnElementInEditorAndFile, isEnabledOnDataContext, updateaddTextOverride, applyTextOverride, beforeActionPerformedUpdate, 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 boolean isAvailableInEditorOnly()
isAvailableInEditorOnly in class BaseRefactoringActionpublic boolean isEnabledOnElements(PsiElement [] elements)
isEnabledOnElements in class BasePlatformRefactoringActionprotected boolean isAvailableOnElementInEditorAndFile(PsiElement element, Editor editor, PsiFile file, DataContext context)
isAvailableOnElementInEditorAndFile in class BasePlatformRefactoringActionprotected RefactoringActionHandler getRefactoringHandler(RefactoringSupportProvider provider)
getRefactoringHandler in class BasePlatformRefactoringActionprotected RefactoringActionHandler getRefactoringHandler(RefactoringSupportProvider provider, PsiElement element)
getRefactoringHandler in class BasePlatformRefactoringAction