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

Packages that use IVideoGenre
org.stanwood.media.model   
org.stanwood.media.store.memory   
org.stanwood.media.store.xmlstore   
 

Uses of IVideoGenre in org.stanwood.media.model
 

Subinterfaces of IVideoGenre in org.stanwood.media.model
 interface IFilm
          Interface for all the film classes
 interface IShow
          Base interface for all show classes
 

Classes in org.stanwood.media.model that implement IVideoGenre
 class Film
          This class is used to hold film related information
 class Show
          This is used to store and retrive information about shows
 

Uses of IVideoGenre in org.stanwood.media.store.memory
 

Classes in org.stanwood.media.store.memory that implement IVideoGenre
 class CacheShow
          Used to create a cache of the TV show data
 

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

Classes in org.stanwood.media.store.xmlstore that implement IVideoGenre
 class XMLFilm
          This is a Film object that talks directory to the DOM of the XML store
 class XMLShow
          Used to store and get information about a show from a DOM show node
 

Methods in org.stanwood.media.store.xmlstore with parameters of type IVideoGenre
protected  void XMLStore2.readGenres(IVideoGenre video, org.w3c.dom.Node videoNode)