|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Album in net.sourceforge.atunes.kernel.controllers.editTitlesDialog |
---|
Methods in net.sourceforge.atunes.kernel.controllers.editTitlesDialog that return Album | |
---|---|
protected Album |
EditTitlesDialogController.getAlbum()
Gets the album. |
Methods in net.sourceforge.atunes.kernel.controllers.editTitlesDialog with parameters of type Album | |
---|---|
void |
EditTitlesDialogController.editFiles(Album alb)
Edits the files. |
Uses of Album in net.sourceforge.atunes.kernel.controllers.navigation |
---|
Method parameters in net.sourceforge.atunes.kernel.controllers.navigation with type arguments of type Album | |
---|---|
static void |
FavoriteViewRefresher.refresh(javax.swing.JTree tree,
java.util.Map<java.lang.String,Artist> artists,
java.util.Map<java.lang.String,Album> albums,
javax.swing.tree.DefaultTreeModel treeModel)
Refresh. |
Uses of Album in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type Album | |
---|---|
java.util.List<Album> |
RepositoryHandler.getAlbums()
Gets the albums. |
java.util.Map<java.lang.String,Album> |
FavoritesHandler.getFavoriteAlbumsInfo()
Gets the favorite albums info. |
java.util.List<Album> |
RepositoryHandler.getMostPlayedAlbums(int n)
Gets the most played albums. |
Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type Album | |
---|---|
java.util.List<AudioFile> |
RepositoryHandler.getSongsForAlbums(java.util.Map<java.lang.String,Album> albums)
Gets the songs for albums. |
Uses of Album in net.sourceforge.atunes.kernel.modules.favorites |
---|
Methods in net.sourceforge.atunes.kernel.modules.favorites that return types with arguments of type Album | |
---|---|
java.util.Map<java.lang.String,Album> |
Favorites.getFavoriteAlbums()
Gets the favorite albums. |
Method parameters in net.sourceforge.atunes.kernel.modules.favorites with type arguments of type Album | |
---|---|
void |
Favorites.setFavoriteAlbums(java.util.Map<java.lang.String,Album> favoriteAlbums)
Sets the favorite albums. |
Uses of Album in net.sourceforge.atunes.kernel.modules.repository |
---|
Methods in net.sourceforge.atunes.kernel.modules.repository that return types with arguments of type Album | |
---|---|
RankList<Album> |
RepositoryStats.getAlbumsRanking()
Gets the albums ranking. |
Method parameters in net.sourceforge.atunes.kernel.modules.repository with type arguments of type Album | |
---|---|
void |
RepositoryStats.setAlbumsRanking(RankList<Album> albumsRanking)
Sets the albums ranking. |
Uses of Album in net.sourceforge.atunes.kernel.modules.repository.model |
---|
Methods in net.sourceforge.atunes.kernel.modules.repository.model that return Album | |
---|---|
Album |
Artist.getAlbum(java.lang.String albumName)
Return an Album for a given album name. |
Methods in net.sourceforge.atunes.kernel.modules.repository.model that return types with arguments of type Album | |
---|---|
java.util.Map<java.lang.String,Album> |
Artist.getAlbums()
Return albums of this artist. |
Methods in net.sourceforge.atunes.kernel.modules.repository.model with parameters of type Album | |
---|---|
void |
Artist.addAlbum(Album album)
Adds an album to this artist. |
int |
Album.compareTo(Album o)
Comparator. |
void |
Artist.removeAlbum(Album alb)
Removes an album from this artist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |