Uses of Class
org.stringer.rss.Channel

Packages that use Channel
org.stringer   
org.stringer.rss   
org.stringer.thread   
org.stringer.ui   
 

Uses of Channel in org.stringer
 

Methods in org.stringer with parameters of type Channel
static java.lang.Thread NewsFeedKit.updateChannel(Channel channel, java.lang.String filename)
           
static java.lang.Thread NewsFeedKit.writeChannel(Channel channel, java.lang.String filename)
           
 

Uses of Channel in org.stringer.rss
 

Fields in org.stringer.rss declared as Channel
protected  Channel Feed.rootChannel
           
(package private)  Channel Item.parent
          A channel to which this item belongs
(package private)  Channel Channel.parent
          A channel may contain other channels
 

Methods in org.stringer.rss that return Channel
 Channel Feed.getRootChannel()
           
 Channel Feed.getChannel()
           
 Channel Item.getChannel()
           
 Channel Channel.getParent()
           
 

Methods in org.stringer.rss with parameters of type Channel
protected  void Feed.resolve(nu.xom.Element element, Channel parent)
          Search the element tree for channels.
 void Item.setChannel(Channel channel)
           
 void Channel.setParent(Channel ch)
           
 void Channel.addChannel(Channel ch)
           
 

Constructors in org.stringer.rss with parameters of type Channel
Item(Channel parent, nu.xom.Element e)
          Create a new Item
 

Uses of Channel in org.stringer.thread
 

Fields in org.stringer.thread declared as Channel
(package private)  Channel UpdateFeeds.channel
          A channel to be downloaded
 

Methods in org.stringer.thread with parameters of type Channel
 void UpdateFeeds.setChannel(Channel channel)
          set the channel to be updated
protected  java.lang.Object UpdateFeeds.getFeed(Channel channel)
          Load the article on this channel
protected  void UpdateFeeds.saveChannel(Channel channel)
          Save a channel
 

Uses of Channel in org.stringer.ui
 

Fields in org.stringer.ui declared as Channel
(package private)  Channel Stringer.lastSelectedChannel
          The feed previously displayed in htmlView.
 

Methods in org.stringer.ui that return Channel
 Channel Stringer.getSelectedChannel()
           
 

Methods in org.stringer.ui with parameters of type Channel
static java.lang.String HTMLRenderer.renderChannel(Stringer parent, Channel channel)
          Format a channel as HTML and display it in our JEditorPane
protected  void TreeViewThreadListener.mapToTree(WorkerTreeNode parent, Channel channel)
          Map a channel-items hierarchy to our JTree.
 void Stringer.displayChannel(Channel channel)
          Format a channel as HTML and display it in our JEditorPane
 



Copyright © R. Kevin Cole. All Rights Reserved.