Uses of Interface
org.qtunes.db.ManualPlaylist

Packages that use ManualPlaylist
org.qtunes.db The "db" package defines the API for the database, which stores the tracks and playlists 
org.qtunes.db.spi.simple An implementation of the "database" package. 
org.qtunes.player The "player" package defines the API for the music player 
org.qtunes.player.spi The "player.spi" package has an implementations of the "player" API 
 

Uses of ManualPlaylist in org.qtunes.db
 

Methods in org.qtunes.db that return ManualPlaylist
 ManualPlaylist Database.createManualPlaylist()
          Create a new ManualPlaylist
 

Uses of ManualPlaylist in org.qtunes.db.spi.simple
 

Classes in org.qtunes.db.spi.simple that implement ManualPlaylist
 class ManualPlaylistImpl
          A Simple Playlist that has a manually managed list of tracks
 

Methods in org.qtunes.db.spi.simple that return ManualPlaylist
 ManualPlaylist DatabaseImpl.createManualPlaylist()
           
 

Uses of ManualPlaylist in org.qtunes.player
 

Methods in org.qtunes.player that return ManualPlaylist
 ManualPlaylist Player.getPlaylist()
          Return the Playlist in use by this Player
 

Uses of ManualPlaylist in org.qtunes.player.spi
 

Classes in org.qtunes.player.spi that implement ManualPlaylist
 class PlayerPlaylist
          A Simple Playlist that has a manually managed list of tracks
 

Methods in org.qtunes.player.spi that return ManualPlaylist
 ManualPlaylist PlayerImpl.getPlaylist()
          Return the Playlist