|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AlbumInfo in net.sourceforge.atunes.gui.model |
---|
Methods in net.sourceforge.atunes.gui.model that return AlbumInfo | |
---|---|
AlbumInfo |
ContextInformationAlbumsTableModel.getAlbum(int index)
Gets the album. |
Methods in net.sourceforge.atunes.gui.model with parameters of type AlbumInfo | |
---|---|
void |
ContextInformationAlbumsTableModel.addAlbum(AlbumInfo album)
Adds the album. |
Constructors in net.sourceforge.atunes.gui.model with parameters of type AlbumInfo | |
---|---|
ContextInformationTracksTableModel(AlbumInfo album)
Instantiates a new audio scrobbler tracks table model. |
Uses of AlbumInfo in net.sourceforge.atunes.kernel.controllers.contextInformation |
---|
Methods in net.sourceforge.atunes.kernel.controllers.contextInformation with parameters of type AlbumInfo | |
---|---|
void |
ContextInformationPanelController.notifyFinishGetAlbumInfo(java.lang.String artist,
AlbumInfo album,
java.awt.Image img)
Notify finish get album info. |
void |
ContextInformationPanelController.notifyFinishGetAlbumsInfo(AlbumInfo album,
java.awt.Image cover)
Notify finish get albums info. |
Uses of AlbumInfo in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers that return AlbumInfo | |
---|---|
AlbumInfo |
ContextInformationServiceHandler.getAlbum()
Gets the album. |
Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type AlbumInfo | |
---|---|
java.util.List<AlbumInfo> |
ContextInformationServiceHandler.getAlbums()
|
Methods in net.sourceforge.atunes.kernel.handlers with parameters of type AlbumInfo | |
---|---|
void |
ContextInformationServiceHandler.notifyCoverRetrieved(AlbumInfo alb,
java.awt.Image cover,
long id)
|
void |
ContextInformationServiceHandler.setAlbum(AlbumInfo album,
long id)
|
Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type AlbumInfo | |
---|---|
void |
ContextInformationServiceHandler.setAlbums(java.util.List<? extends AlbumInfo> albums,
long id)
|
Uses of AlbumInfo in net.sourceforge.atunes.kernel.modules.contextInformation |
---|
Methods in net.sourceforge.atunes.kernel.modules.contextInformation that return types with arguments of type AlbumInfo | |
---|---|
java.util.List<AlbumInfo> |
ContextInformationListener.getAlbums()
Gets the albums. |
java.util.List<AlbumInfo> |
AlbumListInfo.getAlbums()
Gets the albums. |
Methods in net.sourceforge.atunes.kernel.modules.contextInformation with parameters of type AlbumInfo | |
---|---|
void |
ContextInformationListener.notifyCoverRetrieved(AlbumInfo album,
java.awt.Image cover,
long id)
Notify cover retrieved. |
void |
ContextInformationListener.setAlbum(AlbumInfo album,
long id)
Sets the album. |
Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation with type arguments of type AlbumInfo | |
---|---|
void |
AlbumListInfo.setAlbums(java.util.List<? extends AlbumInfo> albums)
Sets the albums. |
void |
ContextInformationListener.setAlbums(java.util.List<? extends AlbumInfo> album,
long id)
Sets the albums. |
Uses of AlbumInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm |
---|
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm that return AlbumInfo | |
---|---|
AlbumInfo |
LastFmService.getAlbum(java.lang.String artist,
java.lang.String album)
Gets the album. |
static AlbumInfo |
LastFmCache.retrieveAlbumInfo(java.lang.String artist,
java.lang.String album)
Retrieves an Album Cover from cache. |
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type AlbumInfo | |
---|---|
java.awt.Image |
LastFmService.getImage(AlbumInfo album,
AudioFile file)
Gets the image. |
static java.awt.Image |
LastFmCache.retrieveAlbumCover(AlbumInfo album)
Retrieves an Album Cover from cache. |
static void |
LastFmCache.storeAlbumCover(AlbumInfo album,
java.awt.Image cover)
Stores an Album Cover at cache. |
static void |
LastFmCache.storeAlbumInfo(java.lang.String artist,
java.lang.String album,
AlbumInfo albumObject)
Stores an Album Cover at cache. |
Uses of AlbumInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data |
---|
Classes in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that implement AlbumInfo | |
---|---|
class |
LastFmAlbum
The Class LastFmAlbum. |
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return AlbumInfo | |
---|---|
static AlbumInfo |
LastFmAlbum.getAlbum(Album a,
Playlist pl)
Gets the album. |
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return types with arguments of type AlbumInfo | |
---|---|
java.util.List<AlbumInfo> |
LastFmAlbumList.getAlbums()
Gets the albums. |
Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data with type arguments of type AlbumInfo | |
---|---|
void |
LastFmAlbumList.setAlbums(java.util.List<? extends AlbumInfo> albums)
Sets the albums. |
Uses of AlbumInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables |
---|
Constructor parameters in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.runnables with type arguments of type AlbumInfo | |
---|---|
LastFmCoversRunnable(ContextInformationListener listener,
LastFmService service,
java.util.List<? extends AlbumInfo> albums,
long id,
AudioObject audioObject)
Instantiates a new audio scrobbler covers runnable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |