Uses of Class
org.jperdian.rss2.RssClient

Packages that use RssClient
org.jperdian.rss2.dom   
org.jperdian.rss2.gui.tree   
 

Uses of RssClient in org.jperdian.rss2.dom
 

Methods in org.jperdian.rss2.dom that return RssClient
 RssClient RssChannel.getClient()
          Gets the receiver from which this channel has been received
 

Methods in org.jperdian.rss2.dom with parameters of type RssClient
 void RssChannel.setClient(RssClient client)
          Sets the receiver from which this channel has been received
 

Constructors in org.jperdian.rss2.dom with parameters of type RssClient
RssChannel(RssClient client)
           
 

Uses of RssClient in org.jperdian.rss2.gui.tree
 

Methods in org.jperdian.rss2.gui.tree with parameters of type RssClient
 void RssChannelTree.addClient(RssClient client)
          Adds a new channel to the currently active tree
 void RssChannelTree.addClient(RssClient client, boolean loadData)
          Adds a new channel to the currently active tree