public class InlineAction extends BasePlatformRefactoringAction
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
InlineAction() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getActionName(DataContext dataContext) |
protected RefactoringActionHandler |
getHandler(Language language,
PsiElement element) |
protected RefactoringActionHandler |
getRefactoringHandler(RefactoringSupportProvider provider) |
protected boolean |
isAvailableForLanguage(Language language) |
boolean |
isAvailableInEditorOnly() |
protected boolean |
isAvailableOnElementInEditorAndFile(PsiElement element,
Editor editor,
PsiFile file,
DataContext context) |
boolean |
isEnabledOnElements(PsiElement [] elements) |
getHandler, getRefactoringHandler, isHiddenactionPerformed, disableOnCompiledElement, findRefactoringTargetInEditor, 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 BaseRefactoringActionprotected boolean isAvailableOnElementInEditorAndFile(PsiElement element, Editor editor, PsiFile file, DataContext context)
isAvailableOnElementInEditorAndFile in class BasePlatformRefactoringActionpublic boolean isEnabledOnElements(PsiElement [] elements)
isEnabledOnElements in class BasePlatformRefactoringActionprotected RefactoringActionHandler getRefactoringHandler(RefactoringSupportProvider provider)
getRefactoringHandler in class BasePlatformRefactoringActionprotected RefactoringActionHandler getHandler(Language language, PsiElement element)
getHandler in class BasePlatformRefactoringActionprotected boolean isAvailableForLanguage(Language language)
isAvailableForLanguage in class BasePlatformRefactoringActionprotected java.lang.String getActionName(DataContext dataContext)
getActionName in class BaseRefactoringAction