Uses of Interface
net.sourceforge.atunes.kernel.modules.contextInformation.TrackInfo

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.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.