Uses of Enum Class
com.iizigo.project.refactor.RefactoringOperation
Packages that use RefactoringOperation
Uses of RefactoringOperation in com.iizigo.project
Methods in com.iizigo.project with parameters of type RefactoringOperationModifier and TypeMethodDescriptionboolean
ModuleModel.addCommitRefactoringListener
(ICommitRefactoring listener, RefactoringOperation... operations) Adds a listener for Commit Refactoring in this project.void
ProjectManager.onWorkspaceChange
(RefactoringOperation operation) Called for workspace changes, new/rename/remove file/folder when processing delta-changes for the workspace.Uses of RefactoringOperation in com.iizigo.project.refactor
Methods in com.iizigo.project.refactor that return RefactoringOperationModifier and TypeMethodDescriptionstatic RefactoringOperation
Returns the enum constant of this class with the specified name.static RefactoringOperation[]
RefactoringOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.