public class RefactoringActionHandlerFactoryImpl extends RefactoringActionHandlerFactory
Constructor and Description |
---|
RefactoringActionHandlerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
RefactoringActionHandler |
createMoveHandler() |
RefactoringActionHandler |
createRenameHandler() |
RefactoringActionHandler |
createSafeDeleteHandler()
Creates handler for Safe Delete refactoring.
|
getInstance
public RefactoringActionHandler createSafeDeleteHandler()
RefactoringActionHandlerFactory
RefactoringActionHandler.invoke(com.intellij.openapi.project.Project, com.intellij.psi.PsiElement[], com.intellij.openapi.actionSystem.DataContext)
accepts a list of PsiElement
s to delete.
createSafeDeleteHandler
in class RefactoringActionHandlerFactory
public RefactoringActionHandler createMoveHandler()
createMoveHandler
in class RefactoringActionHandlerFactory
public RefactoringActionHandler createRenameHandler()
createRenameHandler
in class RefactoringActionHandlerFactory