Uses of Interface
com.tagtraum.tunes.Playlist
-
Packages that use Playlist Package Description com.tagtraum.tunes Platform independent Java API for iTunes. -
-
Uses of Playlist in com.tagtraum.tunes
Subinterfaces of Playlist in com.tagtraum.tunes Modifier and Type Interface Description interface
LibraryPlaylist
LibraryPlaylist.Methods in com.tagtraum.tunes that return Playlist Modifier and Type Method Description Playlist
Playlist. createFolder()
Creates a Folder in this playlist.Playlist
Playlist. createPlaylist()
Creates a Playlist in this playlist.Playlist
ITunes. getCurrentPlaylist()
The playlist containing the currently targeted track.Playlist
Playlist. getParent()
Returns the parent of this playlist or null if there is none.Playlist
Source. getPlaylist(long persistentId)
Gets the playlist of this source with the specified persistent id.Playlist
Source. getPlaylist(String persistentId)
Gets the playlist of this source with the specified persistent id.Playlist
Track. getPlaylist()
Return playlist this track is in.Playlist[]
Source. getPlaylists()
Gets all playlists of this source.Methods in com.tagtraum.tunes with parameters of type Playlist Modifier and Type Method Description static Track
TunesUtilities. getTrack(Playlist playlist, AudioSong song)
Deprecated.static Track
TunesUtilities. getTrack(Playlist playlist, Long persistentId)
Deprecated.void
Playlist. move(Playlist newParentPlaylist)
Moves this playlist to some other playlist.void
ITunes. play(Playlist playlist)
Play playlist.
-