Uses of Class
net.sourceforge.atunes.kernel.modules.podcast.PodcastFeedEntry

Packages that use PodcastFeedEntry
net.sourceforge.atunes.kernel.controllers.contextInformation   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.podcast   
 

Uses of PodcastFeedEntry in net.sourceforge.atunes.kernel.controllers.contextInformation
 

Methods in net.sourceforge.atunes.kernel.controllers.contextInformation with parameters of type PodcastFeedEntry
 void ContextInformationPanelController.notifyPodcast(PodcastFeedEntry entry)
          Notify podcast.
 

Uses of PodcastFeedEntry in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type PodcastFeedEntry
 java.util.List<PodcastFeedEntry> PodcastFeedHandler.getPodcastFeedEntries()
          Returns a list with all Podcast Feed Entries.
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PodcastFeedEntry
 void PodcastFeedHandler.deleteDownloadedPodcastFeedEntry(PodcastFeedEntry podcastFeedEntry)
          Delete downloaded podcast feed entry.
 void PodcastFeedHandler.downloadPodcastFeedEntry(PodcastFeedEntry podcastFeedEntry)
          Download Podcast Feed Entry.
 java.lang.String PodcastFeedHandler.getDownloadPath(PodcastFeedEntry podcastFeedEntry)
          Gets the download path.
 boolean PodcastFeedHandler.isDownloaded(PodcastFeedEntry podcastFeedEntry)
          Checks if is downloaded.
 boolean PodcastFeedHandler.isDownloading(PodcastFeedEntry podcastFeedEntry)
          Checks if is downloading.
 void ContextInformationServiceHandler.notifyPodcast(PodcastFeedEntry podcast, long id)
          Notify podcast.
 

Uses of PodcastFeedEntry in net.sourceforge.atunes.kernel.modules.podcast
 

Methods in net.sourceforge.atunes.kernel.modules.podcast that return PodcastFeedEntry
 PodcastFeedEntry PodcastFeedEntryDownloader.getPodcastFeedEntry()
          Gets the podcast feed entry.
 

Methods in net.sourceforge.atunes.kernel.modules.podcast that return types with arguments of type PodcastFeedEntry
static java.util.Comparator<PodcastFeedEntry> PodcastFeedEntry.getComparator()
          Gets the comparator.
 java.util.List<PodcastFeedEntry> PodcastFeed.getPodcastFeedEntries()
          Gets the podcast feed entries.
static java.util.List<PodcastFeedEntry> PodcastFeedEntry.getPodcastFeedEntries(java.util.List<AudioObject> audioObjects)
          Gets the podcast feed entries.
 

Methods in net.sourceforge.atunes.kernel.modules.podcast with parameters of type PodcastFeedEntry
 void PodcastFeed.removeEntry(PodcastFeedEntry podcastFeedEntry)
          Removed Podcast feed entry from this Podcast feed.
 

Method parameters in net.sourceforge.atunes.kernel.modules.podcast with type arguments of type PodcastFeedEntry
 void PodcastFeed.addEntries(java.util.List<? extends PodcastFeedEntry> entries, boolean removeOld)
          Sets the entries of this podcast feed and removes old entries if specified.
 

Constructors in net.sourceforge.atunes.kernel.modules.podcast with parameters of type PodcastFeedEntry
PodcastFeedEntryDownloader(PodcastFeedEntry podcastFeedEntry)
          Instantiates a new podcast feed entry downloader.
 



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