|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||