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

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

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

Methods in net.sf.tomp.el.author that return Lectures
 Lectures Lecture.getLectures()
          Returns lectures.
 Lectures Course.getLectures()
          Returns the lectures.
 

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

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

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