Uses of Class
net.shredzone.ifish.db.Playlist

Packages that use Playlist
net.shredzone.ifish.db   
net.shredzone.ifish.gui   
 

Uses of Playlist in net.shredzone.ifish.db
 

Methods in net.shredzone.ifish.db that return Playlist
 Playlist PlaylistDb.getPlaylist(String name)
          Get a playlist with a certain name.
 

Methods in net.shredzone.ifish.db that return types with arguments of type Playlist
 Iterator<Playlist> PlaylistDb.iterator()
          Get an interator for all Playlist in this PlaylistDb.
 

Methods in net.shredzone.ifish.db with parameters of type Playlist
 void PlaylistDb.addPlaylist(Playlist playlist)
          Add a playlist to the database.
 int Playlist.compareTo(Playlist o)
          Compares this Playlist to another playlist.
 void PlaylistDb.removePlaylist(Playlist playlist)
          Remove a playlist from the database.
 void PlaylistDb.renamePlaylist(Playlist playlist, String name)
          Rename a playlist.
 

Uses of Playlist in net.shredzone.ifish.gui
 

Methods in net.shredzone.ifish.gui that return Playlist
 Playlist PlaylistTableModel.getPlaylist()
          Get the playlist.
 

Methods in net.shredzone.ifish.gui with parameters of type Playlist
protected  void PlaylistPane.setPlaylist(Playlist pl)
          Set a selected playlist, showing it in the contents table.
 

Constructors in net.shredzone.ifish.gui with parameters of type Playlist
PlaylistTableModel(Playlist pl)
          Create a PlaylistTableModel for the given Playlist.
 



Copyright © 2007-2011 shredzone.org. All Rights Reserved.