|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrackList | |
|---|---|
| org.musicontroller.gui.edit | |
| org.musicontroller.service | |
| Uses of TrackList in org.musicontroller.gui.edit |
|---|
| Methods in org.musicontroller.gui.edit that return TrackList | |
|---|---|
static TrackList |
TrackList.createInstance(Playlist playlist)
Factory method creates a tracklist containing all tracks in the playlist. |
static TrackList |
TrackList.createInstance(java.lang.String tracks)
Factory method for constructing TrackLists from strings representing track numbers separated by commas. |
TrackList |
AiRelationBean.getTracklist()
Getter for the tracklist. |
| Methods in org.musicontroller.gui.edit with parameters of type TrackList | |
|---|---|
void |
AiRelationBean.setTracklist(TrackList tracks)
Setter for the tracklist. |
| Uses of TrackList in org.musicontroller.service |
|---|
| Methods in org.musicontroller.service with parameters of type TrackList | |
|---|---|
void |
McServiceImpl.addKeywordsToPlaylist(Playlist playlist,
java.lang.String keywords,
TrackList tracks)
|
void |
McService.addKeywordsToPlaylist(Playlist playlist,
java.lang.String keywords,
TrackList tracks)
Adds the keywords in the comma separated list to the playlist. |
void |
McServiceImpl.removeKeywordsFromPlaylist(Playlist playlist,
java.lang.String keywords,
TrackList tracks)
|
void |
McService.removeKeywordsFromPlaylist(Playlist playlist,
java.lang.String keywords,
TrackList tracks)
Removes the keywords in the comma separated list from the playlist. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||