Uses of Class
org.acm.seguin.refactor.RefactoringFactory

Packages that use RefactoringFactory
org.acm.seguin.ide.jbuilder.refactor   
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
 

Uses of RefactoringFactory in org.acm.seguin.ide.jbuilder.refactor
 

Subclasses of RefactoringFactory in org.acm.seguin.ide.jbuilder.refactor
 class JBuilderRefactoringFactory
          Creates refactorings specific to JBuilder.
 

Uses of RefactoringFactory in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return RefactoringFactory
static RefactoringFactory RefactoringFactory.get()
          A standard method to get the factory
 

Methods in org.acm.seguin.refactor with parameters of type RefactoringFactory
static void RefactoringFactory.setSingleton(RefactoringFactory value)
          This allows someone to replace this factory