Uses of Class
com.evolution.player.core.media.Artist

Packages that use Artist
com.evolution.player.core.media   
com.evolution.player.ui   
com.evolution.player.ui.artwork   
 

Uses of Artist in com.evolution.player.core.media
 

Methods in com.evolution.player.core.media that return Artist
static Artist Artist.createFromMedia(MediaInfo info)
          Create a new artist from the given media info.
 Artist[] IStructuredLibrary.getArtists(IProgressMonitor monitor)
          Returns all known artists.
 

Methods in com.evolution.player.core.media with parameters of type Artist
 LocalMediaInfo[] IStructuredLibrary.getSongs(Artist artist)
          Returns all songs from the given artist.
 

Uses of Artist in com.evolution.player.ui
 

Methods in com.evolution.player.ui that return types with arguments of type Artist
static IFilteredSelectionDialog<Artist> EvolutionPlayerUI.createArtistSelectionDialog(Shell shell, boolean multiSelect)
          Create a dialog which allows to select any known artist.
 

Uses of Artist in com.evolution.player.ui.artwork
 

Methods in com.evolution.player.ui.artwork that return Artist
 Artist AlbumArtwork.getArtist()
          The artist corresponding to the artwork.
 

Methods in com.evolution.player.ui.artwork with parameters of type Artist
 AlbumArtwork IAlbumArtworkCache.findArtwork(Album album, Artist artist)
          Get the cached album artwork for the given album from the given artist, if any.