Holger's
Java API

Uses of Class
com.antelmann.net.RSSChannel

Packages that use RSSChannel
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of RSSChannel in com.antelmann.net
 

Methods in com.antelmann.net that return RSSChannel
 RSSChannel RSSMenu.getChannel()
           
 RSSChannel RSSItem.getChannel()
           
 RSSChannel RSSHandler.getChannel()
          returns the first available channel in this rss feed (if any)
 RSSChannel[] RSSHandler.getChannels()
          returns all available channels in this rss feed
 

Methods in com.antelmann.net with parameters of type RSSChannel
 void RSSMenu.setChannel(RSSChannel channel)
           
 

Constructors in com.antelmann.net with parameters of type RSSChannel
RSSItem(RSSChannel channel, Element element)
           
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler)
          calls RSSMenu(channel, handler, false)
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler, boolean useIcon)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads