|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Artist in net.sourceforge.atunes.gui.views.dialogs |
---|
Constructor parameters in net.sourceforge.atunes.gui.views.dialogs with type arguments of type Artist | |
---|---|
CoverNavigatorFrame(java.util.List<Artist> artists)
Instantiates a new cover navigator frame. |
Uses of Artist in net.sourceforge.atunes.kernel.controllers.navigation |
---|
Method parameters in net.sourceforge.atunes.kernel.controllers.navigation with type arguments of type Artist | |
---|---|
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. |
static void |
RepositoryViewRefresher.refreshTagView(java.util.Map<java.lang.String,Artist> structure,
javax.swing.JTree tree,
javax.swing.tree.DefaultTreeModel treeModel,
NavigationControllerState.ViewMode viewMode,
java.lang.String currentFilter)
Refresh. |
Uses of Artist in net.sourceforge.atunes.kernel.executors |
---|
Methods in net.sourceforge.atunes.kernel.executors with parameters of type Artist | |
---|---|
static void |
BackgroundExecutor.getCoversFromAmazon(Artist artist,
CoverNavigatorFrame coverNavigatorFrame,
CoverNavigatorController coverNavigatorController)
Gets the covers from amazon. |
Uses of Artist in net.sourceforge.atunes.kernel.executors.processes |
---|
Constructors in net.sourceforge.atunes.kernel.executors.processes with parameters of type Artist | |
---|---|
GetCoversFromAmazonProcess(Artist artist,
IndeterminateProgressDialog progressDialog,
CoverNavigatorController coverNavigatorController)
Instantiates a new gets the covers from amazon process. |
Uses of Artist in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type Artist | |
---|---|
java.util.Map<java.lang.String,Artist> |
RepositoryHandler.getArtistAndAlbumStructure()
Gets the artist and album structure. |
java.util.List<Artist> |
RepositoryHandler.getArtists()
Gets the artists. |
java.util.Map<java.lang.String,Artist> |
DeviceHandler.getDeviceArtistAndAlbumStructure()
Gets the device artist and album structure. |
java.util.Map<java.lang.String,Artist> |
FavoritesHandler.getFavoriteArtistsInfo()
Gets the favorite artists info. |
java.util.List<Artist> |
RepositoryHandler.getMostPlayedArtists(int n)
Gets the most played artists. |
Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type Artist | |
---|---|
java.util.List<AudioFile> |
RepositoryHandler.getSongsForArtists(java.util.Map<java.lang.String,Artist> artists)
Gets the songs for artists. |
Uses of Artist in net.sourceforge.atunes.kernel.modules.favorites |
---|
Methods in net.sourceforge.atunes.kernel.modules.favorites that return types with arguments of type Artist | |
---|---|
java.util.Map<java.lang.String,Artist> |
Favorites.getFavoriteArtists()
Gets the favorite artists. |
Method parameters in net.sourceforge.atunes.kernel.modules.favorites with type arguments of type Artist | |
---|---|
void |
Favorites.setFavoriteArtists(java.util.Map<java.lang.String,Artist> favoriteArtists)
Sets the favorite artists. |
Uses of Artist in net.sourceforge.atunes.kernel.modules.repository |
---|
Methods in net.sourceforge.atunes.kernel.modules.repository that return types with arguments of type Artist | |
---|---|
RankList<Artist> |
RepositoryStats.getArtistsRanking()
Gets the artists ranking. |
java.util.Map<java.lang.String,Artist> |
RepositoryStructure.getTreeStructure()
Gets the tree structure. |
Method parameters in net.sourceforge.atunes.kernel.modules.repository with type arguments of type Artist | |
---|---|
void |
RepositoryStats.setArtistsRanking(RankList<Artist> artistsRanking)
Sets the artists ranking. |
Uses of Artist in net.sourceforge.atunes.kernel.modules.repository.model |
---|
Methods in net.sourceforge.atunes.kernel.modules.repository.model that return Artist | |
---|---|
Artist |
Album.getArtist()
Returns the name of the artist of this album. |
Artist |
Genre.getArtist(java.lang.String a)
Returns an Artist for a given artist name. |
Methods in net.sourceforge.atunes.kernel.modules.repository.model that return types with arguments of type Artist | |
---|---|
java.util.Map<java.lang.String,Artist> |
Genre.getArtists()
Returns artists of this genre. |
Methods in net.sourceforge.atunes.kernel.modules.repository.model with parameters of type Artist | |
---|---|
void |
Genre.addArtist(Artist a)
Adds an artist to this genre. |
int |
Artist.compareTo(Artist o)
Comparator. |
void |
Genre.removeArtist(Artist a)
Removes an artist from this genre. |
void |
Album.setArtist(Artist artist)
Sets the name of the artist of this album. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |