Uses of Interface
net.sf.rej.gui.editor.iteration.RefactoringAdvisor

Packages that use RefactoringAdvisor
net.sf.rej.gui.editor.iteration Contains classes that iterate through the project, going through every class with the purpose of finding definitions, references and doing refactoring 
 

Uses of RefactoringAdvisor in net.sf.rej.gui.editor.iteration
 

Classes in net.sf.rej.gui.editor.iteration that implement RefactoringAdvisor
 class ClassNameLegalizingAdvisor
           
 class ClassNameObfuscatingAdvisor
           
 class FieldNameLegalizingAdvisor
           
 class FieldNameObfuscatingAdvisor
           
 class MethodNameLegalizingAdvisor
           
 class MethodNameObfuscatingAdvisor
           
 class RefactorClassNameAdvisor
           
 class RefactorFieldNameAdvisor
           
 class RefactoringAdvisorAdapter
           
 class RefactorMethodNameAdvisor
           
 

Constructors in net.sf.rej.gui.editor.iteration with parameters of type RefactoringAdvisor
RefactoringIterator(RefactoringAdvisor advisor, boolean batchMode)