Uses of Class
net.sourceforge.atunes.kernel.modules.contextInformation.Lyrics

Packages that use Lyrics
net.sourceforge.atunes.kernel.controllers.contextInformation   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.contextInformation   
net.sourceforge.atunes.kernel.modules.contextInformation.lyrics   
 

Uses of Lyrics in net.sourceforge.atunes.kernel.controllers.contextInformation
 

Methods in net.sourceforge.atunes.kernel.controllers.contextInformation with parameters of type Lyrics
 void ContextInformationPanelController.setLyrics(AudioObject audioObject, Lyrics lyrics)
          Sets the lyrics.
 

Uses of Lyrics in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type Lyrics
 void ContextInformationServiceHandler.notifyLyricsRetrieved(AudioObject audioObject, Lyrics lyrics, long id)
          Notify lyrics retrieved.
 

Uses of Lyrics in net.sourceforge.atunes.kernel.modules.contextInformation
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation with parameters of type Lyrics
 void ContextInformationListener.notifyLyricsRetrieved(AudioObject audioObject, Lyrics lyrics, long id)
          Notify lyrics retrieved.
 

Uses of Lyrics in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics that return Lyrics
static Lyrics LyricsService.getLyrics(java.lang.String artist, java.lang.String song)
          Public method to retrieve lyrics for a song.
abstract  Lyrics LyricsEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
          Gets the lyrics for.
 Lyrics LyricsModeEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
           
 Lyrics LyricsflyEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
           
 Lyrics LyricWikiEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
           
 Lyrics LyricsDirectoryEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
           
 Lyrics LyrcEngine.getLyricsFor(java.lang.String artist, java.lang.String title)
           
static Lyrics LyricsCache.retrieveLyric(java.lang.String artist, java.lang.String title)
          Retrieves lyrics from cache.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lyrics with parameters of type Lyrics
static void LyricsCache.storeLyric(java.lang.String artist, java.lang.String title, Lyrics lyric)
          Stores lyrics in cache.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.