Uses of Interface
net.sourceforge.atunes.kernel.modules.contextInformation.ArtistInfo

Packages that use ArtistInfo
net.sourceforge.atunes.gui.model   
net.sourceforge.atunes.kernel.controllers.contextInformation   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.contextInformation   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data   
 

Uses of ArtistInfo in net.sourceforge.atunes.gui.model
 

Methods in net.sourceforge.atunes.gui.model that return ArtistInfo
 ArtistInfo ContextInformationArtistsTableModel.getArtist(int index)
          Gets the artist.
 

Methods in net.sourceforge.atunes.gui.model with parameters of type ArtistInfo
 void ContextInformationArtistsTableModel.addArtist(ArtistInfo artist)
          Adds the artist.
 

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

Methods in net.sourceforge.atunes.kernel.controllers.contextInformation with parameters of type ArtistInfo
 void ContextInformationPanelController.notifyFinishGetSimilarArtist(ArtistInfo artist, java.awt.Image img)
          Notify finish get similar artist.
 

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

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type ArtistInfo
 void ContextInformationServiceHandler.notifyFinishGetSimilarArtist(ArtistInfo a, java.awt.Image img, long id)
           
 

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

Methods in net.sourceforge.atunes.kernel.modules.contextInformation that return types with arguments of type ArtistInfo
 java.util.List<ArtistInfo> SimilarArtistsInfo.getArtists()
          Gets the artists.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation with parameters of type ArtistInfo
 void ContextInformationListener.notifyFinishGetSimilarArtist(ArtistInfo a, java.awt.Image img, long id)
          Notify finish get similar artist.
 

Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation with type arguments of type ArtistInfo
 void SimilarArtistsInfo.setArtists(java.util.List<? extends ArtistInfo> artists)
          Sets the artists.
 

Uses of ArtistInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type ArtistInfo
 java.awt.Image LastFmService.getImage(ArtistInfo artist)
          Gets the image.
static java.awt.Image LastFmCache.retrieveArtistThumbImage(ArtistInfo artist)
          Retrieves an Artist Thumb from cache.
static void LastFmCache.storeArtistThumbImage(ArtistInfo artist, java.awt.Image image)
          Stores an Artist Thumb at cache.
 

Uses of ArtistInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data
 

Classes in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that implement ArtistInfo
 class LastFmArtist
          The Class LastFmArtist.
 

Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return types with arguments of type ArtistInfo
 java.util.List<ArtistInfo> LastFmSimilarArtists.getArtists()
          Gets the artists.
 

Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data with type arguments of type ArtistInfo
 void LastFmSimilarArtists.setArtists(java.util.List<? extends ArtistInfo> artists)
          Sets the artists.
 



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