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

Packages that use Project
net.sf.rej Generic reJ classes 
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.action Contains reJ GUI actions. 
net.sf.rej.gui.event Provides classes for the event framework of reJ GUI. 
 

Uses of Project in net.sf.rej
 

Methods in net.sf.rej with parameters of type Project
static void ProjectIterator.iterate(Project project, IteratorAgent agent)
           
static void ProjectIterator.iterate(Project project, java.util.List<? super IteratorAgent> agents, IterationNotificationListener listener)
           
 

Constructors in net.sf.rej with parameters of type Project
ProjectIterator(Project project, IteratorAgent agent)
           
ProjectIterator(Project project, java.util.List<? super IteratorAgent> agents, IterationNotificationListener listener)
           
 

Uses of Project in net.sf.rej.gui
 

Methods in net.sf.rej.gui that return Project
 Project Link.getProject()
           
 Project IterationContext.getProject()
           
 

Methods in net.sf.rej.gui with parameters of type Project
 void SystemFacade.openProject(Project project)
           
 void Link.setProject(Project project)
           
 void IterationContext.setProject(Project project)
           
 

Uses of Project in net.sf.rej.gui.action
 

Constructors in net.sf.rej.gui.action with parameters of type Project
MarkClassFileModifiedAction(Project project, java.lang.String filename, ClassFile cf)
           
RemoveFileAction(Project project, java.util.List<java.lang.String> files)
           
RenameFileAction(Project project, java.lang.String oldName, java.lang.String newName, ClassFile cf)
           
 

Uses of Project in net.sf.rej.gui.event
 

Methods in net.sf.rej.gui.event that return Project
 Project Event.getProject()
           
 

Methods in net.sf.rej.gui.event with parameters of type Project
 void Event.setProject(Project project)