Uses of Class
net.sf.tomp.el.author.Projects

Packages that use Projects
net.sf.tomp.el.author   
net.sf.tomp.el.author.io   
 

Uses of Projects in net.sf.tomp.el.author
 

Methods in net.sf.tomp.el.author that return Projects
 Projects Course.getProjects()
          Returns the projects.
 Projects Project.getProjects()
          Returns project.
 

Constructors in net.sf.tomp.el.author with parameters of type Projects
Project(Projects l, java.lang.String id)
          Creates a new instance of Project and sets its ID.
 

Uses of Projects in net.sf.tomp.el.author.io
 

Methods in net.sf.tomp.el.author.io with parameters of type Projects
protected  java.lang.String[] AuthorIO.listProjectIds(Projects projects)
          Browses the projects' directories and gets the IDs of the projects (= names of the projects' files).