Uses of Class
net.sf.rej.files.ClassLocator

Packages that use ClassLocator
net.sf.rej.files Provides file access related functionality. 
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.dialog Contains the dialog classes of the reJ graphical user interface 
 

Uses of ClassLocator in net.sf.rej.files
 

Methods in net.sf.rej.files that return ClassLocator
 ClassLocator MethodLocator.getClassLocator()
           
 ClassLocator FieldLocator.getClassLocator()
           
 ClassLocator ClassIndex.getLocator(java.lang.String className)
          Return ClassLocator for the given full class name
 

Methods in net.sf.rej.files that return types with arguments of type ClassLocator
 java.util.List<ClassLocator> ClassIndex.getAll()
          Returns a List containing the ClassLocator of all the classes in call the FileSets of this index.
 

Constructors in net.sf.rej.files with parameters of type ClassLocator
FieldLocator(ClassLocator cl, Field field)
           
MethodLocator(ClassLocator cl, Method method)
           
 

Uses of ClassLocator in net.sf.rej.gui
 

Methods in net.sf.rej.gui with parameters of type ClassLocator
 ClassFile SystemFacade.getClassFile(ClassLocator classLocator)
           
 

Uses of ClassLocator in net.sf.rej.gui.dialog
 

Methods in net.sf.rej.gui.dialog that return ClassLocator
 ClassLocator ClassChooseDialog.getSelected()
           
 ClassLocator MethodChooseDialog.getSelectedClass()
           
 ClassLocator FieldChooseDialog.getSelectedClass()
           
 

Constructors in net.sf.rej.gui.dialog with parameters of type ClassLocator
FieldChooseDialog(java.awt.Frame frame, ClassLocator defaultClass)
           
MethodChooseDialog(java.awt.Frame frame, ClassLocator defaultClass)