Uses of Class
org.acm.seguin.refactor.type.ExtractInterfaceRefactoring

Packages that use ExtractInterfaceRefactoring
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.type Contains the type refactorings. 
 

Uses of ExtractInterfaceRefactoring in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor that return ExtractInterfaceRefactoring
 ExtractInterfaceRefactoring RefactoringFactory.extractInterface()
          Extracts the interface of a class into a new interface object
 

Uses of ExtractInterfaceRefactoring in org.acm.seguin.refactor.type
 

Methods in org.acm.seguin.refactor.type that return ExtractInterfaceRefactoring
 ExtractInterfaceRefactoring TypeRefactoringFactory.extractInterface()
          Extracts the interface of a class into a new interface object