Uses of Class
net.sourceforge.java.feednread.backend.model.newstable.AggregatedNewsFeed

Packages that use AggregatedNewsFeed
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
net.sourceforge.java.feednread.backend.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
 

Uses of AggregatedNewsFeed in net.sourceforge.java.feednread.backend.jobs
 

Fields in net.sourceforge.java.feednread.backend.jobs declared as AggregatedNewsFeed
private  AggregatedNewsFeed NewsFeedAggregatorJob.newsFeed
           The AggregatedNewsFeed instance that the Job adds its parsed NewsFeedEntries to
private  AggregatedNewsFeed NewsFeedAggregationManagerJob.newsFeed
           The AggregatedNewsFeed to aggregate into
 

Constructors in net.sourceforge.java.feednread.backend.jobs with parameters of type AggregatedNewsFeed
NewsFeedAggregatorJob(Favorite newsFeedFavorite, NewsFeedAggregationManagerJob aggregationMgr, AggregatedNewsFeed newsFeed)
           Creates a new NewsFeedAggregatorJob that adds the parsed entries of the sepcified newsfeed Favorite to the specified aggregated newsFeed.
 

Uses of AggregatedNewsFeed in net.sourceforge.java.feednread.backend.model.watchestree
 

Fields in net.sourceforge.java.feednread.backend.model.watchestree declared as AggregatedNewsFeed
private  AggregatedNewsFeed Watch.newsFeed
           The AggregatedNewsFeed holding all NewsFeedEntries that match the criterions of the embedded WatchSettings.
 

Methods in net.sourceforge.java.feednread.backend.model.watchestree that return AggregatedNewsFeed
 AggregatedNewsFeed Watch.getNewsFeed()
           Gets the AggregatedNewsFeed of this Watch.
 

Methods in net.sourceforge.java.feednread.backend.model.watchestree with parameters of type AggregatedNewsFeed
 void Watch.setNewsFeed(AggregatedNewsFeed newsFeed)
           Sets the NewsFeed of this Watch.
 

Uses of AggregatedNewsFeed in net.sourceforge.java.feednread.frontend.components.tabbar
 

Methods in net.sourceforge.java.feednread.frontend.components.tabbar that return AggregatedNewsFeed
 AggregatedNewsFeed TabManager.isAggregated(NewsFeed newsFeed)
           Tests if the specified NewsFeed is aggregated in an AggregatedNewsFeed displayed in any aggregated newsfeed tab.
 

Methods in net.sourceforge.java.feednread.frontend.components.tabbar with parameters of type AggregatedNewsFeed
 void TabManager.addTab(Favorite[] favorites, AggregatedNewsFeed newsFeed)
           Adds a tab that displays the specified AggregatedNewsFeed and is bound to the specified Favorites.
 boolean TabManager.isOpen(AggregatedNewsFeed newsFeed)
           Verifies if the specified AggregatedNewsFeed is open in an aggregated newsfeed tab.
 CTabItem TabManager.getTab(AggregatedNewsFeed newsFeed)
           Gets the CTabItem that displays the specified AggregatedNewsFeed.
private  void TabManager.createNewsFeedTab(Favorite[] favorites, AggregatedNewsFeed newsFeed)
           Creates a new tab that displays the specified AggregatedNewsFeed bound to the specified Favorites.
private  void TabManager.updateNewsFeedTab(AggregatedNewsFeed newsFeed)
           Updates a tab to the specified AggregatedNewsFeed.
 void NewsFeedTabBar.addTab(Favorite[] favorites, AggregatedNewsFeed newsFeed)
           Adds a tab that displays the specified AggregatedNewsFeed and bound to the specified Favorites.
 boolean NewsFeedTabBar.isOpen(AggregatedNewsFeed newsFeed)
           Verifies if the specified AggregatedNewsFeed is open in an aggregated newsfeed tab.