Uses of Package
org.acm.seguin.refactor.type

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

Classes in org.acm.seguin.refactor.type used by org.acm.seguin.ide.jbuilder.refactor
MoveClass
          Main program for repackaging.
RemoveEmptyClassRefactoring
          Removes a particular class that is an abstract parent.
RenameClassRefactoring
          Main program for renaming a class.
 

Classes in org.acm.seguin.refactor.type used by org.acm.seguin.refactor
AddAbstractParent
          Adds an abstract parent to a class or a set of classes in the same package.
AddChildRefactoring
          Adds a child class and makes sure that the rest of the system is ready to have a class with that name.
ExtractInterfaceRefactoring
          Refactoring that extracts the interface from the dialog
MoveClass
          Main program for repackaging.
RemoveEmptyClassRefactoring
          Removes a particular class that is an abstract parent.
RenameClassRefactoring
          Main program for renaming a class.
TypeChangeVisitor
          Scans through the summary objects to create a list of files that reference a particular class.
 

Classes in org.acm.seguin.refactor.type used by org.acm.seguin.refactor.type
AddAbstractParent
          Adds an abstract parent to a class or a set of classes in the same package.
AddChildRefactoring
          Adds a child class and makes sure that the rest of the system is ready to have a class with that name.
AddClassRefactoring
          Adds a class that is either a parent or a child of an existing class.
ExtractInterfaceRefactoring
          Refactoring that extracts the interface from the dialog
MoveClass
          Main program for repackaging.
RemoveEmptyClassRefactoring
          Removes a particular class that is an abstract parent.
RenameClassRefactoring
          Main program for renaming a class.
RenameClassVisitor
          Renames a class from one name to another.
TypeChangeVisitor
          Scans through the summary objects to create a list of files that reference a particular class.