|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlayList | |
|---|---|
| net.sourceforge.atunes.kernel.handlers | |
| net.sourceforge.atunes.kernel.modules.playlist | |
| Uses of PlayList in net.sourceforge.atunes.kernel.handlers |
|---|
| Fields in net.sourceforge.atunes.kernel.handlers declared as PlayList | |
|---|---|
protected PlayList |
PlayerHandler.currentPlayList
The current play list. |
| Methods in net.sourceforge.atunes.kernel.handlers that return PlayList | |
|---|---|
PlayList |
PlayerHandler.getCurrentPlayList()
Gets the current play list. |
| Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PlayList | |
|---|---|
void |
PlayerHandler.setCurrentPlayList(PlayList currentPlayList)
Sets the current 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 |
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 void |
PlayListCommonOps.setPlayList(PlayList playList)
Sets the play list. |
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||