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

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

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

Methods in com.evolution.player.core.media that return Album
static Album Album.createFromMedia(MediaInfo media)
          Create a new album from the given media info.
 Album[] IStructuredLibrary.getAlbums(IProgressMonitor monitor)
          Returns all known albums.
 

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

Uses of Album in com.evolution.player.ui
 

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

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

Methods in com.evolution.player.ui.artwork that return Album
 Album AlbumArtwork.getAlbum()
          The album corresponding to the artwork.
 

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