Uses of Class
net.sourceforge.atunes.kernel.modules.audioscrobbler.AudioScrobblerArtist

Packages that use AudioScrobblerArtist
net.sourceforge.atunes.gui.model   
net.sourceforge.atunes.kernel.controllers.audioScrobbler   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.audioscrobbler   
 

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

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

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

Uses of AudioScrobblerArtist in net.sourceforge.atunes.kernel.controllers.audioScrobbler
 

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

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

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

Uses of AudioScrobblerArtist in net.sourceforge.atunes.kernel.modules.audioscrobbler
 

Methods in net.sourceforge.atunes.kernel.modules.audioscrobbler that return AudioScrobblerArtist
protected static AudioScrobblerArtist AudioScrobblerArtist.getArtist(org.w3c.dom.Element el)
          Gets the artist.
 

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

Methods in net.sourceforge.atunes.kernel.modules.audioscrobbler with parameters of type AudioScrobblerArtist
 java.awt.Image AudioScrobblerService.getImage(AudioScrobblerArtist artist)
          Gets the image.
 void AudioScrobblerListener.notifyFinishGetSimilarArtist(AudioScrobblerArtist a, java.awt.Image img, long id)
          Notify finish get similar artist.
static java.awt.Image AudioScrobblerCache.retrieveArtistThumbImage(AudioScrobblerArtist artist)
          Retrieves an Artist Thumb from cache.
static void AudioScrobblerCache.storeArtistThumbImage(AudioScrobblerArtist artist, java.awt.Image image)
          Stores an Artist Thumb at cache.
 

Method parameters in net.sourceforge.atunes.kernel.modules.audioscrobbler with type arguments of type AudioScrobblerArtist
 void AudioScrobblerSimilarArtists.setArtists(java.util.List<AudioScrobblerArtist> artists)
          Sets the artists.
 



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