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.
|
getInstancepublic RefactoringActionHandler createSafeDeleteHandler()
RefactoringActionHandlerFactory
RefactoringActionHandler.invoke(com.intellij.openapi.project.Project, com.intellij.psi.PsiElement[], com.intellij.openapi.actionSystem.DataContext)
accepts a list of PsiElements to delete.
createSafeDeleteHandler in class RefactoringActionHandlerFactorypublic RefactoringActionHandler createMoveHandler()
createMoveHandler in class RefactoringActionHandlerFactorypublic RefactoringActionHandler createRenameHandler()
createRenameHandler in class RefactoringActionHandlerFactory