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

Packages that use Lecture
net.sf.tomp.el.author   
net.sf.tomp.el.author.gui   
net.sf.tomp.el.author.io   
 

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

Methods in net.sf.tomp.el.author that return Lecture
 Lecture CourseTree.getCurrentLecture()
          Returns current lecture from properties.
 Lecture Lectures.getFirstLecture()
          Returns first lecture in lectures map.
 Lecture Lectures.getLecture(java.lang.String id)
          Returns lecture with selected ID.
 Lecture Lectures.newLecture(java.lang.String id)
          Creates a new lecture and puts it into lectures.
 

Methods in net.sf.tomp.el.author that return types with arguments of type Lecture
 java.util.Collection<Lecture> Lectures.getLectures()
          Returns lectures' values.
 

Methods in net.sf.tomp.el.author with parameters of type Lecture
 void Lectures.addLecture(Lecture c)
          Adds a lecture to lectures.
 void Lectures.removeLecture(Lecture l)
          Remove the lecture from lectures collection and deletes its XML file.
 

Uses of Lecture in net.sf.tomp.el.author.gui
 

Fields in net.sf.tomp.el.author.gui declared as Lecture
 Lecture Author.emptyLecture
           
 

Methods in net.sf.tomp.el.author.gui with parameters of type Lecture
protected  void Author.updateLecture(Lecture lect)
          Updates the title and body of the lecture.
 

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

Methods in net.sf.tomp.el.author.io that return Lecture
 Lecture AuthorIO.loadLecture(Course course, java.lang.String id)
          Loads a lecture of the course
 

Methods in net.sf.tomp.el.author.io with parameters of type Lecture
 void AuthorIO.saveLecture(Lecture lecture)
          Builds up a new XML document for lecture using DOM4J factory and saves it.