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

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

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

Methods in net.sf.tomp.el.author that return Practices
 Practices Course.getPractices()
          Returns the practices.
 Practices Practice.getPractices()
          Returns practices.
 

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

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

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