public class ConvertToInstanceMethodAction extends BaseJavaRefactoringAction
AnAction.TransparentUpdateACTIONS_KEY, EMPTY_ARRAY| Constructor and Description |
|---|
ConvertToInstanceMethodAction() |
| Modifier and Type | Method and Description |
|---|---|
protected RefactoringActionHandler |
getHandler(DataContext dataContext) |
protected boolean |
isAvailableInEditorOnly() |
protected boolean |
isAvailableOnElementInEditorAndFile(PsiElement element,
Editor editor,
PsiFile file,
DataContext context) |
protected boolean |
isEnabledOnElements(PsiElement [] elements) |
isAvailableForLanguageactionPerformed, disableOnCompiledElement, findRefactoringTargetInEditor, getActionName, getElementAtCaret, getPsiElementArray, hasAvailableHandler, isAvailableForFile, isAvailableOnElementInEditorAndFile, isEnabledOnDataContext, isHidden, 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, waitisDumbAwareprotected boolean isAvailableInEditorOnly()
isAvailableInEditorOnly in class BaseRefactoringActionprotected boolean isEnabledOnElements(PsiElement [] elements)
isEnabledOnElements in class BaseRefactoringActionprotected boolean isAvailableOnElementInEditorAndFile(PsiElement element, Editor editor, PsiFile file, DataContext context)
isAvailableOnElementInEditorAndFile in class BaseRefactoringActionprotected RefactoringActionHandler getHandler(DataContext dataContext)
getHandler in class BaseRefactoringAction