|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.playlist.ListOfPlayLists
public class ListOfPlayLists
This class is used to contain all playlists when storing and reading from disk.
Constructor Summary | |
---|---|
ListOfPlayLists()
|
Method Summary | |
---|---|
static ListOfPlayLists |
getEmptyPlayList()
Returns a list of playlists with an empty playlist. |
java.util.List<PlayList> |
getPlayLists()
Gets the play lists. |
int |
getSelectedPlayList()
Gets the selected play list. |
PlayList |
getSelectedPlayListObject()
Returns selected playlist object. |
void |
setPlayLists(java.util.List<PlayList> playLists)
Sets the play lists. |
void |
setSelectedPlayList(int selectedPlayList)
Sets the selected play list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListOfPlayLists()
Method Detail |
---|
public static ListOfPlayLists getEmptyPlayList()
public java.util.List<PlayList> getPlayLists()
public int getSelectedPlayList()
public PlayList getSelectedPlayListObject()
public void setPlayLists(java.util.List<PlayList> playLists)
playLists
- the playLists to setpublic void setSelectedPlayList(int selectedPlayList)
selectedPlayList
- the selectedPlayList to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |