Package net.sourceforge.java.feednread.backend.model.newstable

Provides the data model classes for the NewsFeedTable ui component.

See:
          Description

Interface Summary
INewsFeedStatus Provides information on the current read status of a NewsFeed.
 

Class Summary
AggregatedNewsFeed Container for NewsFeeds to model an aggregation.
ArchivedNewsFeed Extends NewsFeed to merge and prepare NewsFeedEntries for adding and synchronization with a NewsFeedArchive.
NewsFeed Wrapper class for Rome SyndFeed newsfeed representation that adds support for wrapping and unwrapping SyndEntry news representations to/from NewsFeedEntry instances.
NewsFeedEntry Wrapper class for Rome SyndEntry news representation.
NewsFeedTableContentProvider Takes a single NewsFeed model object to supply its contained NewsFeedEntries to a JFace TableViewer instance.
 

Package net.sourceforge.java.feednread.backend.model.newstable Description

Provides the data model classes for the NewsFeedTable ui component.

See Also:
NewsFeedTable