net.sourceforge.atunes.kernel.modules.playlist
Class PlayListCommonOps

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.playlist.PlayListCommonOps

public class PlayListCommonOps
extends java.lang.Object

The Class PlayListCommonOps.


Constructor Summary
PlayListCommonOps()
           
 
Method Summary
static void addToPlayList(java.util.List<? extends AudioObject> audioObjects)
          Adds the to play list.
static void addToPlayListAndPlay(java.util.List<? extends AudioObject> audioObjects)
          Adds the to play list and play.
static AudioObject getCurrentAudioObject()
          Gets the current audio object.
static PlayList getPlayList()
          Gets the play list.
static java.util.List<AudioObject> getSelectedSongs()
          Gets the selected songs.
static void refreshPlayList()
          Refresh play list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayListCommonOps

public PlayListCommonOps()
Method Detail

addToPlayListAndPlay

public static void addToPlayListAndPlay(java.util.List<? extends AudioObject> audioObjects)
Adds the to play list and play.

Parameters:
audioObjects - the audio objects

addToPlayList

public static void addToPlayList(java.util.List<? extends AudioObject> audioObjects)
Adds the to play list.

Parameters:
audioObjects - the audio objects

getCurrentAudioObject

public static AudioObject getCurrentAudioObject()
Gets the current audio object.

Returns:
the current audio object

getPlayList

public static PlayList getPlayList()
Gets the play list.

Returns:
the play list

getSelectedSongs

public static java.util.List<AudioObject> getSelectedSongs()
Gets the selected songs.

Returns:
the selected songs

refreshPlayList

public static void refreshPlayList()
Refresh play list.



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