Uses of Interface
com.blackledge.david.tivo.multitasker.LocalOptionProvider

Packages that use LocalOptionProvider
com.blackledge.david.tivo   
com.blackledge.david.tivo.multitasker TiVo Multitasker Application Architecture by David Blackledge. 
com.blackledge.david.tivo.multitasker.applications   
com.blackledge.david.tivo.multitasker.plugins   
com.blackledge.david.tivo.solitaire   
 

Uses of LocalOptionProvider in com.blackledge.david.tivo
 

Classes in com.blackledge.david.tivo that implement LocalOptionProvider
 class PictureInPicture
          Experiment with applications as streams...
 

Uses of LocalOptionProvider in com.blackledge.david.tivo.multitasker
 

Classes in com.blackledge.david.tivo.multitasker that implement LocalOptionProvider
 class MultiTaskerApplication
          Superclass of any applications that want to take advantage of the Multitasker architecture to automatically get configurable audio handling, ticker, background images, etc.
 

Uses of LocalOptionProvider in com.blackledge.david.tivo.multitasker.applications
 

Classes in com.blackledge.david.tivo.multitasker.applications that implement LocalOptionProvider
 class SampleMultitaskerApp
          Sample application that just employs all of the Multitasker features and does nothing else to speak of - use PLAY to toggle random on background image if supplier supports it..
 class WeatherMultitaskerApp
          Weather application that employs all of the Multitasker features.
 

Uses of LocalOptionProvider in com.blackledge.david.tivo.multitasker.plugins
 

Classes in com.blackledge.david.tivo.multitasker.plugins that implement LocalOptionProvider
 class AudioArtBackgroundImage
          BackgroundImage that attempts to get album art for and related to the currently playing Audio source via http://www.albumartexchange.com/search.php?q=.
 class ClockBrand
          simple text clock
 class GenericAudio
          Provide Audio via URLs listed in GenericAudio.OPTION_URLS ("GenericAudio.urls").
 class GenericBackgroundImage
          Provide BackgroundImages via URLs listed in GenericBackgroundImage.OPTION_URLS ("GenericBackgroundImage.urls").
 class GenericImageBrand
          Essentially a duplicate of GenericBackgroundImage but it sets the resource of the Brand view with the images identified via GenericImageBrand.OPTION_URLS ("GenericImageBrand.urls")
 class LocalAudio
          non-smart implementation of getting local music URLs for everything in "My Music"
 class LocalStreamedBackgroundImage
          non-smart implementation of getting local picture URLs for everything in "My Pictures"
 class RSSTicker
          TickerTape that provides images, headings, and ticker content based on a list of RSS feed URLs using just SAX and DOM to parse.
 

Uses of LocalOptionProvider in com.blackledge.david.tivo.solitaire
 

Classes in com.blackledge.david.tivo.solitaire that implement LocalOptionProvider
 class TivoFreeCellMulti
          Variation on TiVo solitaire using FreeCellGame as the game core.
 class TivoSolitaireMulti
          Applies a TiVo interface to SolitaireGame