|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PodcastFeed in net.sourceforge.atunes.gui.views.dialogs |
---|
Methods in net.sourceforge.atunes.gui.views.dialogs that return PodcastFeed | |
---|---|
PodcastFeed |
AddPodcastFeedDialog.getPodcastFeed()
Gets the podcast feed. |
Uses of PodcastFeed in net.sourceforge.atunes.kernel.controllers.navigation |
---|
Method parameters in net.sourceforge.atunes.kernel.controllers.navigation with type arguments of type PodcastFeed | |
---|---|
static void |
PodcastFeedViewRefresher.refresh(java.util.List<PodcastFeed> podcastFeeds,
javax.swing.tree.DefaultTreeModel treeModel,
java.lang.String currentFilter)
Refresh. |
Uses of PodcastFeed in net.sourceforge.atunes.kernel.handlers |
---|
Methods in net.sourceforge.atunes.kernel.handlers that return PodcastFeed | |
---|---|
PodcastFeed |
VisualHandler.showAddPodcastFeedDialog()
Show add podcast feed dialog. |
Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type PodcastFeed | |
---|---|
java.util.List<PodcastFeed> |
PodcastFeedHandler.getPodcastFeeds()
Returns a list with all Podcast Feeds. |
protected java.util.List<PodcastFeed> |
ApplicationDataHandler.retrievePodcastFeedCache()
Reads podcast feed cache. |
Methods in net.sourceforge.atunes.kernel.handlers with parameters of type PodcastFeed | |
---|---|
void |
PodcastFeedHandler.removePodcastFeed(PodcastFeed podcastFeed)
Removes a Podcast Feed. |
Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type PodcastFeed | |
---|---|
void |
ApplicationDataHandler.persistPodcastFeedCache(java.util.List<PodcastFeed> podcastFeeds)
Stores podcast feeds. |
Uses of PodcastFeed in net.sourceforge.atunes.kernel.modules.podcast |
---|
Methods in net.sourceforge.atunes.kernel.modules.podcast that return PodcastFeed | |
---|---|
PodcastFeed |
PodcastFeedEntry.getPodcastFeed()
Gets the podcast feed. |
Methods in net.sourceforge.atunes.kernel.modules.podcast that return types with arguments of type PodcastFeed | |
---|---|
static java.util.Comparator<PodcastFeed> |
PodcastFeed.getComparator()
Gets the comparator. |
Methods in net.sourceforge.atunes.kernel.modules.podcast with parameters of type PodcastFeed | |
---|---|
void |
PodcastFeedEntry.setPodcastFeed(PodcastFeed podcastFeed)
Sets the podcast feed. |
Constructors in net.sourceforge.atunes.kernel.modules.podcast with parameters of type PodcastFeed | |
---|---|
PodcastFeedEntry(java.lang.String name,
java.lang.String author,
java.lang.String url,
java.lang.String description,
java.util.Date date,
long duration,
PodcastFeed podcastFeed)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |