org.netbeans.modules.refactoring.java.spi.ui |
|
Java Source File Name | Type | Comment |
JavaActionsImplementationProvider.java | Class | Create your own provider of this class and register it in META-INF services, if you want to
create your own implementations of refactorin actions.
For instance Java module wants to have refactoring rename action for java files.
So Java Refactoring module must implement 2 methods. |
JavaRefactoringActionDelegate.java | Class | Delegate which creates a refactoring UI and runs a refactoring. |
JavaRefactoringGlobalAction.java | Class | |