|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contract_PS | |
---|---|
org.musicontroller.core | |
org.musicontroller.gui.components |
Uses of Contract_PS in org.musicontroller.core |
---|
Methods in org.musicontroller.core that return types with arguments of type Contract_PS | |
---|---|
java.util.Set<Contract_PS> |
Song.getPlaylists()
|
java.util.Set<Contract_PS> |
Playlist.getSongs()
|
Methods in org.musicontroller.core with parameters of type Contract_PS | |
---|---|
int |
Contract_PS.compareTo(Contract_PS c)
|
Method parameters in org.musicontroller.core with type arguments of type Contract_PS | |
---|---|
void |
Song.setPlaylists(java.util.Set<Contract_PS> playlists)
|
void |
Playlist.setSongs(java.util.Set<Contract_PS> songs)
|
Uses of Contract_PS in org.musicontroller.gui.components |
---|
Methods in org.musicontroller.gui.components that return Contract_PS | |
---|---|
abstract Contract_PS |
SongList.getPlaylistcontract()
|
Methods in org.musicontroller.gui.components that return types with arguments of type Contract_PS | |
---|---|
java.util.Set<Contract_PS> |
SongList.getSongs()
|
Methods in org.musicontroller.gui.components with parameters of type Contract_PS | |
---|---|
abstract void |
SongList.setPlaylistcontract(Contract_PS contract)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |