Uses of Package
net.sf.rej

Packages that use net.sf.rej
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.compare Provides diff-like compare functionality for class files 
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 
net.sf.rej.gui.editor.rendering Provides rendering of java bytecode into a Graphics object and plain and HTML text 
net.sf.rej.obfuscation Obfuscation classes 
 

Classes in net.sf.rej used by net.sf.rej.gui
AbstractIteratorAgent
          AbstractIteratorAgent is an abstract implementation of the IteratorAgent interface providing a method for setting a ProgressMonitor and calling the ProgressMonitor's method to inform it about progress.
Imports
          Handles creation of import statements (for improved readability) and the conversion between FQNs and short names of types, taking in consideration naming conflicts.
 

Classes in net.sf.rej used by net.sf.rej.gui.compare
Imports
          Handles creation of import statements (for improved readability) and the conversion between FQNs and short names of types, taking in consideration naming conflicts.
 

Classes in net.sf.rej used by net.sf.rej.gui.editor.iteration
AbstractIteratorAgent
          AbstractIteratorAgent is an abstract implementation of the IteratorAgent interface providing a method for setting a ProgressMonitor and calling the ProgressMonitor's method to inform it about progress.
 

Classes in net.sf.rej used by net.sf.rej.gui.editor.rendering
Imports
          Handles creation of import statements (for improved readability) and the conversion between FQNs and short names of types, taking in consideration naming conflicts.
 

Classes in net.sf.rej used by net.sf.rej.obfuscation
AbstractIteratorAgent
          AbstractIteratorAgent is an abstract implementation of the IteratorAgent interface providing a method for setting a ProgressMonitor and calling the ProgressMonitor's method to inform it about progress.