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

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

Uses of IVideoExtra in org.stanwood.media.model
 

Subinterfaces of IVideoExtra in org.stanwood.media.model
 interface IShow
          Base interface for all show classes
 

Classes in org.stanwood.media.model that implement IVideoExtra
 class Show
          This is used to store and retrive information about shows
 

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

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

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

Classes in org.stanwood.media.store.xmlstore that implement IVideoExtra
 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 IVideoExtra
protected  void XMLStore2.readExtraParams(IVideoExtra video, org.w3c.dom.Node videoNode)