public class MoveAction extends BaseRefactoringAction
AnAction.TransparentUpdate
ACTIONS_KEY, EMPTY_ARRAY
Constructor and Description |
---|
MoveAction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
disableOnCompiledElement() |
protected java.lang.String |
getActionName(DataContext dataContext) |
RefactoringActionHandler |
getHandler(DataContext dataContext) |
protected boolean |
isAvailableForLanguage(Language language) |
boolean |
isAvailableInEditorOnly() |
protected boolean |
isEnabledOnDataContext(DataContext dataContext) |
boolean |
isEnabledOnElements(PsiElement [] elements) |
actionPerformed, findRefactoringTargetInEditor, getElementAtCaret, getPsiElementArray, hasAvailableHandler, isAvailableForFile, isAvailableOnElementInEditorAndFile, isAvailableOnElementInEditorAndFile, isHidden, update
addTextOverride, applyTextOverride, beforeActionPerformedUpdate, copyFrom, copyShortcutFrom, displayTextInToolbar, getEventProject, getShortcutSet, getTemplatePresentation, getTemplateText, isDefaultIcon, isEnabledInModalContext, isInInjectedContext, isTransparentUpdate, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, registerCustomShortcutSet, setDefaultIcon, setEnabledInModalContext, setInjectedContext, setShortcutSet, startInTransaction, toString, unregisterCustomShortcutSet, useSmallerFontForTextInToolbar
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumbAware
public boolean isAvailableInEditorOnly()
isAvailableInEditorOnly
in class BaseRefactoringAction
protected boolean isAvailableForLanguage(Language language)
isAvailableForLanguage
in class BaseRefactoringAction
public boolean isEnabledOnElements(PsiElement [] elements)
isEnabledOnElements
in class BaseRefactoringAction
protected boolean isEnabledOnDataContext(DataContext dataContext)
isEnabledOnDataContext
in class BaseRefactoringAction
protected boolean disableOnCompiledElement()
disableOnCompiledElement
in class BaseRefactoringAction
public RefactoringActionHandler getHandler(DataContext dataContext)
getHandler
in class BaseRefactoringAction
protected java.lang.String getActionName(DataContext dataContext)
getActionName
in class BaseRefactoringAction