Uses of Class
net.sourceforge.rssowl.model.Channel

Packages that use Channel
net.sourceforge.rssowl.controller   
net.sourceforge.rssowl.controller.panel   
net.sourceforge.rssowl.controller.thread   
net.sourceforge.rssowl.dao   
net.sourceforge.rssowl.dao.feedparser   
net.sourceforge.rssowl.model   
net.sourceforge.rssowl.util.archive   
net.sourceforge.rssowl.util.document   
 

Uses of Channel in net.sourceforge.rssowl.controller
 

Fields in net.sourceforge.rssowl.controller declared as Channel
(package private)  Channel ChannelInfo.rssChannel
           
 

Methods in net.sourceforge.rssowl.controller that return Channel
 Channel NewsTabFolder.getSelectedChannel()
          Get Channel from the selected Tab
(package private)  Channel NewsTabFolder.getChannel(org.eclipse.swt.custom.CTabItem tabItem)
          Get Channel from the given Tab
 

Methods in net.sourceforge.rssowl.controller with parameters of type Channel
(package private)  void EventManager.actionMarkAllNewsRead(Channel channel)
          Mark news of given feed read and also update the table in the tabitem that displays the feed.
(package private)  void EventManager.actionMarkAllNewsRead(Channel channel, boolean updateNewsTable)
          Mark news of given feed read
 void GUI.displayNewsfeed(Channel rssChannel, String url, String searchPattern, boolean reselectNews, int displayMode)
          Display the selected newsfeed in the TabFolder
 void NewsTabFolder.displayNewsfeed(Channel rssChannel, String url, String searchPattern, boolean reselectNews, int displayMode)
          Display the selected newsfeed in the TabFolder
 

Constructors in net.sourceforge.rssowl.controller with parameters of type Channel
ChannelInfo(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Composite newsHeaderHolderAll, Channel rssChannel, EventManager eventManager)
          Instantiate a new ChannlInfo widget
 

Uses of Channel in net.sourceforge.rssowl.controller.panel
 

Fields in net.sourceforge.rssowl.controller.panel declared as Channel
private  Channel NewsfeedPanel.rssChannel
           
 

Constructors in net.sourceforge.rssowl.controller.panel with parameters of type Channel
NewsfeedPanel(GUI rssOwlGui, org.eclipse.swt.custom.CTabItem feedTabItem, Channel rssChannel, String url, String title, String searchPattern, String selectedNews, int[] columnWidths)
          Instantiate a new NewsfeedPanel
 

Uses of Channel in net.sourceforge.rssowl.controller.thread
 

Fields in net.sourceforge.rssowl.controller.thread declared as Channel
(package private)  Channel AggregationLoader.aggregatedRSSChannel
          Aggregated category channel
(package private)  Channel FeedLoader.rssChannel
           
 

Uses of Channel in net.sourceforge.rssowl.dao
 

Fields in net.sourceforge.rssowl.dao declared as Channel
private  Channel NewsfeedFactory.rssChannel
          Parsed Channel from the document
 

Methods in net.sourceforge.rssowl.dao that return Channel
 Channel NewsfeedFactory.getRSSChannel()
          Get the generated Channel
 

Uses of Channel in net.sourceforge.rssowl.dao.feedparser
 

Fields in net.sourceforge.rssowl.dao.feedparser declared as Channel
protected  Channel AbstractFeedParser.rssChannel
          Channel to fill with data
 

Methods in net.sourceforge.rssowl.dao.feedparser that return Channel
 Channel FeedParser.getChannel()
          Get the parsed Channel
 

Constructors in net.sourceforge.rssowl.dao.feedparser with parameters of type Channel
AbstractFeedParser(org.jdom.Document document, Channel rssChannel, String url)
          Instantiate a new Parser for this format.
AbstractFeedParser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
Atom_0_3_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
BaseRSSParser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
OPML_1_0_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
RDF_1_0_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
RSS_0_91_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
RSS_0_92_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
RSS_2_0_Parser(org.jdom.Document document, Channel rssChannel, String url, org.jdom.Namespace[] nameSpaces)
          Instantiate a new Parser for this format.
 

Uses of Channel in net.sourceforge.rssowl.model
 

Fields in net.sourceforge.rssowl.model declared as Channel
private  Channel TabItemData.rssChannel
           
 

Methods in net.sourceforge.rssowl.model that return Channel
static Channel Channel.createErrorChannel(String url, NewsfeedFactoryException e)
          Create a fake Channel that displays an warning message given from the Exception.
 Channel TabItemData.getRSSChannel()
           
 

Methods in net.sourceforge.rssowl.model with parameters of type Channel
 void Favorite.syncMetaData(Channel rssChannel)
          Sync up the meta data for this favorite
static TabItemData TabItemData.createFeedData(String url, String title, Channel rssChannel, org.eclipse.swt.widgets.Table newsHeaderTable)
          Create a new TabItemData with the type: Feed
 

Constructors in net.sourceforge.rssowl.model with parameters of type Channel
TabItemData(String url, String title, Category aggregatedCategory, org.eclipse.swt.widgets.Table newsHeaderTable, Channel rssChannel, BrowserPanel rssOwlBrowserPanel, int type)
          Private constructor which is used by the factory methods.
 

Uses of Channel in net.sourceforge.rssowl.util.archive
 

Methods in net.sourceforge.rssowl.util.archive that return Channel
 Channel FeedCacheManager.getCachedNewsfeed(String url)
          Get a cached newsfeed from the feed cache
 

Methods in net.sourceforge.rssowl.util.archive with parameters of type Channel
 void FeedCacheManager.cacheNewsfeed(String url, Channel rssChannel)
          Cache a newsfeed
 

Uses of Channel in net.sourceforge.rssowl.util.document
 

Fields in net.sourceforge.rssowl.util.document declared as Channel
private  Channel DocumentGenerator.rssChannel
          The Channel to generate the PDF / RTF / HTML from
 

Constructors in net.sourceforge.rssowl.util.document with parameters of type Channel
DocumentGenerator(Channel rssChannel, FileOutputStream fileOS, int format)
          Instantiate a new DocumentGenerator
 



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo