|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrackInfo | |
---|---|
net.sourceforge.atunes.gui.model | |
net.sourceforge.atunes.kernel.modules.contextInformation | |
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data |
Uses of TrackInfo in net.sourceforge.atunes.gui.model |
---|
Methods in net.sourceforge.atunes.gui.model that return TrackInfo | |
---|---|
TrackInfo |
ContextInformationTracksTableModel.getTrack(int index)
Gets the track. |
Uses of TrackInfo in net.sourceforge.atunes.kernel.modules.contextInformation |
---|
Methods in net.sourceforge.atunes.kernel.modules.contextInformation that return types with arguments of type TrackInfo | |
---|---|
java.util.List<TrackInfo> |
AlbumInfo.getTracks()
Gets the tracks. |
Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation with type arguments of type TrackInfo | |
---|---|
void |
AlbumInfo.setTracks(java.util.List<? extends TrackInfo> tracks)
Sets the tracks. |
Uses of TrackInfo in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data |
---|
Classes in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that implement TrackInfo | |
---|---|
class |
LastFmTrack
The Class LastFmTrack. |
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data that return types with arguments of type TrackInfo | |
---|---|
java.util.List<TrackInfo> |
LastFmAlbum.getTracks()
Gets the tracks. |
Method parameters in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.data with type arguments of type TrackInfo | |
---|---|
void |
LastFmAlbum.setTracks(java.util.List<? extends TrackInfo> tracks)
Sets the tracks. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |