Uses of Interface
org.prorefactor.refactor.IRefactor

Packages that use IRefactor
org.prorefactor.refactor General support classes for the refactoring packages. 
org.prorefactor.refactor.action Provides the Refactoring Actions. 
org.prorefactor.refactor.tfnames Table and field names lint and refactoring. 
 

Uses of IRefactor in org.prorefactor.refactor
 

Methods in org.prorefactor.refactor with parameters of type IRefactor
 java.lang.String TempDirWrap.run(int topNode, ILint lint, IRefactor refactor)
          Run the refactor for a given root node.
 java.lang.String TempDirWrap.run(java.util.TreeSet targetSet, IRefactor refactor)
          Run the refactor for a given change set.
 

Uses of IRefactor in org.prorefactor.refactor.action
 

Classes in org.prorefactor.refactor.action that implement IRefactor
 class RenameSchema.Changer
           
 

Uses of IRefactor in org.prorefactor.refactor.tfnames
 

Classes in org.prorefactor.refactor.tfnames that implement IRefactor
 class TFNamesRefactor
          Table and Field Names Refactor.
 



Copyright © 2008 Joanju Software. All Rights Reserved.