Uses of Interface
org.stanwood.media.model.IVideoFile

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

Uses of IVideoFile in org.stanwood.media.model
 

Classes in org.stanwood.media.model that implement IVideoFile
 class VideoFile
          This is used to store information about files in a media directory
 

Methods in org.stanwood.media.model that return types with arguments of type IVideoFile
 java.util.SortedSet<IVideoFile> Film.getFiles()
          Used to get a list of files that belong to the video entry
 java.util.Collection<IVideoFile> IVideo.getFiles()
          Used to get a list of files that belong to the video entry
 java.util.SortedSet<IVideoFile> Episode.getFiles()
          Used to get a list of files that belong to the video entry
 

Method parameters in org.stanwood.media.model with type arguments of type IVideoFile
 void Film.setFiles(java.util.Collection<IVideoFile> videoFiles)
          Used to set the list of files that belong to the video entry
 void IVideo.setFiles(java.util.Collection<IVideoFile> videoFiles)
          Used to set the list of files that belong to the video entry
 void Episode.setFiles(java.util.Collection<IVideoFile> videoFiles)
          Used to set the list of files that belong to the video entry
 

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

Classes in org.stanwood.media.store.xmlstore that implement IVideoFile
 class XMLVideoFile
          Video file information for the store XMLStore2, that access the information from the XML File
 

Methods in org.stanwood.media.store.xmlstore that return types with arguments of type IVideoFile
 java.util.Collection<IVideoFile> XMLVideo.getFiles()
          Used to get a list of files that belong to the video entry
 

Method parameters in org.stanwood.media.store.xmlstore with type arguments of type IVideoFile
 void XMLVideo.setFiles(java.util.Collection<IVideoFile> videoFiles)
          Used to set the list of files that belong to the video entry