Uses of Class
net.sourceforge.atunes.kernel.modules.playlist.PlayList

Packages that use PlayList
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.playlist   
 

Uses of PlayList in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers that return PlayList
 PlayList MultiplePlaylistHandler.getCurrentPlayList()
           
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PlayList
 void MultiplePlaylistHandler.setCurrentPlayList(PlayList playList)
           
protected static void MultiplePlaylistHandler.setPlayList(PlayList playList)
          Sets the play list.
 void VisualHandler.showPlayListInformation(PlayList playList)
          Show play list information.
 

Uses of PlayList in net.sourceforge.atunes.kernel.modules.playlist
 

Methods in net.sourceforge.atunes.kernel.modules.playlist that return PlayList
static PlayList PlayListFilterOps.getNonFilteredPlayList()
           
static PlayList PlayListCommonOps.getPlayList()
          Gets the play list.
 PlayList ListOfPlayLists.getSelectedPlayListObject()
          Returns selected playlist object.
 

Methods in net.sourceforge.atunes.kernel.modules.playlist that return types with arguments of type PlayList
 java.util.List<PlayList> ListOfPlayLists.getPlayLists()
          Gets the play lists.
 

Methods in net.sourceforge.atunes.kernel.modules.playlist with parameters of type PlayList
static boolean PlayListIO.write(PlayList playlist, java.io.File file)
          Writes a play list to a file.
 

Method parameters in net.sourceforge.atunes.kernel.modules.playlist with type arguments of type PlayList
 void ListOfPlayLists.setPlayLists(java.util.List<PlayList> playLists)
          Sets the play lists.
 

Constructors in net.sourceforge.atunes.kernel.modules.playlist with parameters of type PlayList
PlayList(PlayList anotherPlayList)
          Instantiates a new play list.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.