Uses of Class
org.stanwood.media.model.Chapter

Packages that use Chapter
org.stanwood.media.model   
org.stanwood.media.store.xmlstore   
 

Uses of Chapter in org.stanwood.media.model
 

Methods in org.stanwood.media.model that return types with arguments of type Chapter
 java.util.List<Chapter> IFilm.getChapters()
          Used to get the chapters of the film
 java.util.List<Chapter> Film.getChapters()
          Used to get the chapters of the film
 

Methods in org.stanwood.media.model with parameters of type Chapter
 void IFilm.addChapter(Chapter chapter)
          Used to add a chapter to the film
 void Film.addChapter(Chapter chapter)
          Used to add a chapter to the film
 

Method parameters in org.stanwood.media.model with type arguments of type Chapter
 void IFilm.setChapters(java.util.List<Chapter> chapters)
          Used to set the chapter information for the film
 void Film.setChapters(java.util.List<Chapter> chapters)
          Used to set the chapter information for the film
 

Uses of Chapter in org.stanwood.media.store.xmlstore
 

Methods in org.stanwood.media.store.xmlstore that return types with arguments of type Chapter
 java.util.List<Chapter> XMLFilm.getChapters()
          Used to get the chapters of the film
 

Methods in org.stanwood.media.store.xmlstore with parameters of type Chapter
 void XMLFilm.addChapter(Chapter chapter)
          Used to add a chapter to the film
 

Method parameters in org.stanwood.media.store.xmlstore with type arguments of type Chapter
 void XMLFilm.setChapters(java.util.List<Chapter> chapters)
          Used to set the chapter information for the film