Uses of Interface
net.sourceforge.java.feednread.backend.model.newstable.INewsFeedStatus

Packages that use INewsFeedStatus
net.sourceforge.java.feednread.backend.model.favoritestree Provides the data model classes for the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.backend.model.newstable Provides the data model classes for the NewsFeedTable ui component. 
net.sourceforge.java.feednread.backend.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
 

Uses of INewsFeedStatus in net.sourceforge.java.feednread.backend.model.favoritestree
 

Classes in net.sourceforge.java.feednread.backend.model.favoritestree that implement INewsFeedStatus
 class Category
           Category represents a hierarchical structure for Favorite objects, i.e.
 class Favorite
           Favorite represents a NewsFeed bookmark in the NewsFeedFavoritesTree component.
 

Uses of INewsFeedStatus in net.sourceforge.java.feednread.backend.model.newstable
 

Classes in net.sourceforge.java.feednread.backend.model.newstable that implement INewsFeedStatus
 class AggregatedNewsFeed
           Container for NewsFeeds to model an aggregation.
 class ArchivedNewsFeed
           Extends NewsFeed to merge and prepare NewsFeedEntries for adding and synchronization with a NewsFeedArchive.
 class NewsFeed
           Wrapper class for Rome SyndFeed newsfeed representation that adds support for wrapping and unwrapping SyndEntry news representations to/from NewsFeedEntry instances.
 

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

Classes in net.sourceforge.java.feednread.backend.model.watchestree that implement INewsFeedStatus
 class Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
 class WatchFolder
           Logical folder structure to hold and organize Watch elements.