public class RenamePsiFileProcessor extends RenamePsiElementProcessor
Modifier and Type | Class and Description |
---|---|
static class |
RenamePsiFileProcessor.PsiFileRenameDialog |
DEFAULT, EP_NAME
Constructor and Description |
---|
RenamePsiFileProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
canProcessElement(PsiElement element) |
RenameDialog |
createRenameDialog(Project project,
PsiElement element,
PsiElement nameSuggestionContext,
Editor editor) |
java.util.Collection<PsiReference> |
findReferences(PsiElement element,
SearchScope searchScope,
boolean searchInCommentsAndStrings) |
allForElement, createUsageInfo, findCollisions, findExistingNameConflicts, findExistingNameConflicts, findReferences, findReferences, forcesShowPreview, forElement, getElementToSearchInStringsAndComments, getHelpID, getPostRenameCallback, getQualifiedNameAfterRename, getTextOccurrenceSearchStrings, isInplaceRenameSupported, isToSearchForTextOccurrences, isToSearchInComments, prepareRenaming, prepareRenaming, renameElement, setToSearchForTextOccurrences, setToSearchInComments, showRenamePreviewButton, substituteElementToRename, substituteElementToRename
public boolean canProcessElement(PsiElement element)
canProcessElement
in class RenamePsiElementProcessor
public RenameDialog createRenameDialog(Project project, PsiElement element, PsiElement nameSuggestionContext, Editor editor)
createRenameDialog
in class RenamePsiElementProcessor
public java.util.Collection<PsiReference> findReferences(PsiElement element, SearchScope searchScope, boolean searchInCommentsAndStrings)
findReferences
in class RenamePsiElementProcessor