Uses of Class
sk.baka.ambient.playlist.PlaylistItem

Packages that use PlaylistItem
sk.baka.ambient   
sk.baka.ambient.activity.main   
sk.baka.ambient.playlist   
 

Uses of PlaylistItem in sk.baka.ambient
 

Methods in sk.baka.ambient that return PlaylistItem
 PlaylistItem PlaylistPlayer.getCurrentlyPlayingItem()
          Returns currently playing track.
 PlaylistItem PlaylistPlayer.remove(int index)
          Removes a track with given index from the playlist.
 

Methods in sk.baka.ambient that return types with arguments of type PlaylistItem
 List<PlaylistItem> PlaylistPlayer.getPlayItems()
           
 

Methods in sk.baka.ambient with parameters of type PlaylistItem
 void IPlaylistPlayerListener.trackChanged(PlaylistItem track, boolean play, int positionMillis)
          A new track was selected in the playlist.
 void PowerHandler.trackChanged(PlaylistItem track, boolean play, int positionMillis)
           
 

Uses of PlaylistItem in sk.baka.ambient.activity.main
 

Methods in sk.baka.ambient.activity.main with parameters of type PlaylistItem
 void PlayerController.trackChanged(PlaylistItem item, boolean playing, int positionMillis)
           
 void PlaylistController.trackChanged(PlaylistItem track, boolean play, int positionMillis)
           
 void MagnatuneController.trackChanged(PlaylistItem track, boolean play, int positionMillis)
           
 void ContextController.trackChanged(PlaylistItem track, boolean play, int positionMillis)
           
 

Uses of PlaylistItem in sk.baka.ambient.playlist
 

Fields in sk.baka.ambient.playlist with type parameters of type PlaylistItem
static Comparator<PlaylistItem> Utils.PLAYLIST_ALBUM_ORDER_COMPARATOR
          Orders the tracks by albums, track number and finally by filenames.
 

Methods in sk.baka.ambient.playlist that return types with arguments of type PlaylistItem
static List<PlaylistItem> Utils.filterOnAlbum(List<PlaylistItem> playlist, String album)
          Creates new list, having all items with given album.
static Map<String,List<PlaylistItem>> Utils.getAlbumsFromPlaylist(List<PlaylistItem> playlist)
          Retrieves a map of album names to a list of tracks in that particular album.
static List<PlaylistItem> Utils.getAlbumSublist(List<PlaylistItem> playlist, String album)
          Returns List.subList(int, int) from given list with all items having given album.
 List<PlaylistItem> StaticPlaylistStrategy.getPlayItems()
           
 List<PlaylistItem> DynamicPlaylistStrategy.getPlayItems()
           
 List<PlaylistItem> IPlaylistStrategy.getPlayItems()
           Returns list of playlist items.
static List<PlaylistItem> Random.randomize(Random random, List<? extends PlaylistItem> playlist, PlaylistItem first)
          Randomizes given playlist as specified by the Random constant.
 

Methods in sk.baka.ambient.playlist with parameters of type PlaylistItem
static List<PlaylistItem> Random.randomize(Random random, List<? extends PlaylistItem> playlist, PlaylistItem first)
          Randomizes given playlist as specified by the Random constant.
 

Method parameters in sk.baka.ambient.playlist with type arguments of type PlaylistItem
static List<PlaylistItem> Utils.filterOnAlbum(List<PlaylistItem> playlist, String album)
          Creates new list, having all items with given album.
static Map<String,List<PlaylistItem>> Utils.getAlbumsFromPlaylist(List<PlaylistItem> playlist)
          Retrieves a map of album names to a list of tracks in that particular album.
static List<PlaylistItem> Utils.getAlbumSublist(List<PlaylistItem> playlist, String album)
          Returns List.subList(int, int) from given list with all items having given album.
static List<PlaylistItem> Random.randomize(Random random, List<? extends PlaylistItem> playlist, PlaylistItem first)
          Randomizes given playlist as specified by the Random constant.
static void Utils.replaceLocations(List<PlaylistItem> playlist, Map<String,String> locationMap)
          Modifies the playlist by changing all PlaylistItem locations.
static void Utils.sortPlaylistByAlbumOrder(List<PlaylistItem> playlist)
          Sorts the tracks by albums, track number and finally by filenames.
 



Copyright © 2007-2008. All Rights Reserved.