Uses of Enum Class
com.iizigo.project.refactor.RefactoringOperation
Uses of RefactoringOperation in com.iizigo.project
Modifier 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
Modifier 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.