|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RSSChannel | |
|---|---|
| com.antelmann.net.web | This package contains classes for dealing with Web-related content. |
| Uses of RSSChannel in com.antelmann.net.web |
|---|
| Methods in com.antelmann.net.web 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.web with parameters of type RSSChannel | |
|---|---|
void |
RSSMenu.setChannel(RSSChannel channel)
|
| Constructors in com.antelmann.net.web 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 | |||||||||