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

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

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

Methods in net.sf.tomp.el.author that return CourseTree
 CourseTree Course.getCourseTree()
          Returns the courseTree.
 

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

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

Methods in net.sf.tomp.el.author.io that return CourseTree
 CourseTree AuthorIO.loadCourseTree(java.lang.String id)
          Creates a new instance of CourseTree and loads the courses of the CourseTree.
 

Methods in net.sf.tomp.el.author.io with parameters of type CourseTree
protected  java.lang.String[] AuthorIO.listCourseIds(CourseTree tree)
          Browses the tree's directory and gets the IDs (= names of the courses' directories) of the courses.
 Course AuthorIO.loadCourse(CourseTree tree, java.lang.String id)
          Creates a new instance of Course, adds it to the CourseTree loads the lectures of the course.
 void AuthorIO.loadCourses(CourseTree tree)
          Loads all courses in the tree.
 void AuthorIO.saveCourses(CourseTree tree)
          Saves all courses in the tree.
 void AuthorIO.saveCourseTree(CourseTree tree)
          Saves the CourseTree