A B C D E F G H I J L M O P R S T U W

R

reload() - Method in class org.jperdian.rss2.gui.RssChannelPanel
Peforms a reload of the current channel
removeUpdateListener(RssChannelUpdateListener) - Method in class org.jperdian.rss2.dom.RssChannel
Removes the listener
renderChannel(RssChannel) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Returns the content of the given channel
renderChannelBottom(RssChannel, StringBuffer) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Adds the content of the channels footer to the given output buffer
renderChannelHead(RssChannel, StringBuffer) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Adds the content of the channels head to the given output buffer
renderChannelHead(RssChannel, StringBuffer) - Method in class org.jperdian.rss2.rendering.Html3Renderer
 
renderChannelItem(RssChannel, RssItem, int, int, StringBuffer) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Adds the content of the item to the given output buffer
renderChannelItem(RssChannel, RssItem, int, int, StringBuffer) - Method in class org.jperdian.rss2.rendering.Html3Renderer
 
renderHtmlBottom(StringBuffer) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Adds the content of the HTML footer
renderHtmlHead(StringBuffer) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Adds the content of the HTML header
renderItem(RssItem) - Method in class org.jperdian.rss2.rendering.HtmlRenderer
Returns the content of the given item
requestChannel(String) - Static method in class org.jperdian.rss2.gui.RssChannelGetter
 
requestDisplay(RssChannel) - Method in class org.jperdian.rss2.gui.RssViewerFrame
Opens a window for the current channel to be displayed
requestExit() - Method in class org.jperdian.rss2.gui.RssViewerFrame
Requests the application to exit and close the current frame
RssChannel - class org.jperdian.rss2.dom.RssChannel.
Implementatino of a channel element as described in the RSS specification
RssChannel(RssClient) - Constructor for class org.jperdian.rss2.dom.RssChannel
 
RssChannelGetter - class org.jperdian.rss2.gui.RssChannelGetter.
Used to request new RssChannel objects
RssChannelGetter() - Constructor for class org.jperdian.rss2.gui.RssChannelGetter
 
RssChannelInfo - class org.jperdian.rss2.gui.RssChannelInfo.
Displays information about a given channel
RssChannelNode - class org.jperdian.rss2.gui.tree.RssChannelNode.
The node that encapsulates a channel that can be displayed
RssChannelNode(RssChannel) - Constructor for class org.jperdian.rss2.gui.tree.RssChannelNode
 
RssChannelPanel - class org.jperdian.rss2.gui.RssChannelPanel.
A panel in which the content of a channel is being displayed
RssChannelPanel(RssChannel) - Constructor for class org.jperdian.rss2.gui.RssChannelPanel
 
RssChannelTree - class org.jperdian.rss2.gui.tree.RssChannelTree.
The tree to be displayed for displaying the selected keywords and channels to the user
RssChannelTree() - Constructor for class org.jperdian.rss2.gui.tree.RssChannelTree
 
RssChannelTreeModel - class org.jperdian.rss2.gui.tree.RssChannelTreeModel.
The corresponding model to be used in the RssChannelTree
RssChannelTreeModel() - Constructor for class org.jperdian.rss2.gui.tree.RssChannelTreeModel
 
RssChannelTreePopupMenu - class org.jperdian.rss2.gui.tree.RssChannelTreePopupMenu.
The popup menu to be displayed in the tree
RssChannelTreePopupMenu() - Constructor for class org.jperdian.rss2.gui.tree.RssChannelTreePopupMenu
 
RssChannelUpdateListener - interface org.jperdian.rss2.RssChannelUpdateListener.
Can be registered on a RssChannel to receive notification once the channel's data has been updated
RssClient - class org.jperdian.rss2.RssClient.
Implementation of a connector that can be used to read RSS channel data and transform them into a valid RSS DOM object
RssClient(URL) - Constructor for class org.jperdian.rss2.RssClient
Creates a new client that receives it's data from the given URL
RssClient(URL, String, String) - Constructor for class org.jperdian.rss2.RssClient
Creates a new client that receives it's data from the given URL
RssCloud - class org.jperdian.rss2.dom.RssCloud.
Implementation of the RSS cloud element.
RssCloud() - Constructor for class org.jperdian.rss2.dom.RssCloud
 
RssConstants - class org.jperdian.rss2.dom.RssConstants.
Global constants for the RSS package
RssConstants() - Constructor for class org.jperdian.rss2.dom.RssConstants
 
RssContentPanel - class org.jperdian.rss2.gui.RssContentPanel.
A panel in which the content of an RssItem or any other text is being displayed
RssContentPanel() - Constructor for class org.jperdian.rss2.gui.RssContentPanel
 
RssEnclosure - class org.jperdian.rss2.dom.RssEnclosure.
Implementation of the enclosure element with a item that contains additional data
RssEnclosure() - Constructor for class org.jperdian.rss2.dom.RssEnclosure
 
RssException - exception org.jperdian.rss2.RssException.
Thrown to signalise that an icomning RSS document is ilegal
RssException(String) - Constructor for class org.jperdian.rss2.RssException
 
RssException(String, Throwable) - Constructor for class org.jperdian.rss2.RssException
 
RssGuid - class org.jperdian.rss2.dom.RssGuid.
Implementation of the guid element with an item element
RssGuid() - Constructor for class org.jperdian.rss2.dom.RssGuid
 
RssHelper - class org.jperdian.rss2.RssHelper.
Several small helpers
RssHelper() - Constructor for class org.jperdian.rss2.RssHelper
 
RssImage - class org.jperdian.rss2.dom.RssImage.
Representation of an RSS image element
RssImage() - Constructor for class org.jperdian.rss2.dom.RssImage
 
RssIoHelper - class org.jperdian.rss2.gui.util.RssIoHelper.
USed to save and load XML documents to be used for configuration
RssIoHelper() - Constructor for class org.jperdian.rss2.gui.util.RssIoHelper
 
RssItem - class org.jperdian.rss2.dom.RssItem.
Implementation of an RSS item that contains the actual message text
RssItem() - Constructor for class org.jperdian.rss2.dom.RssItem
 
RssItemListTable - class org.jperdian.rss2.gui.RssItemListTable.
Displays a list of items available within a channel
RssItemListTable() - Constructor for class org.jperdian.rss2.gui.RssItemListTable
 
RssKeywordNode - class org.jperdian.rss2.gui.tree.RssKeywordNode.
The node that specifies the keyword
RssKeywordNode(String) - Constructor for class org.jperdian.rss2.gui.tree.RssKeywordNode
 
RssParseException - exception org.jperdian.rss2.RssParseException.
Thrown to indicate that the RSS provider sent an illegal document
RssParseException(String) - Constructor for class org.jperdian.rss2.RssParseException
 
RssParseException(String, Throwable) - Constructor for class org.jperdian.rss2.RssParseException
 
RssParseHelper - class org.jperdian.rss2.RssParseHelper.
Some static methods for easy access to parse additions
RssParseHelper() - Constructor for class org.jperdian.rss2.RssParseHelper
 
RssParser - class org.jperdian.rss2.RssParser.
The parser to process an XML document and transfer it into an RssMessage
RssParser() - Constructor for class org.jperdian.rss2.RssParser
 
RssTextInput - class org.jperdian.rss2.dom.RssTextInput.
Representation of the RSS textInput element located within a channel element
RssTextInput() - Constructor for class org.jperdian.rss2.dom.RssTextInput
 
RssViewerFrame - class org.jperdian.rss2.gui.RssViewerFrame.
The main frame in which the application's data is being displayed
RssViewerFrame() - Constructor for class org.jperdian.rss2.gui.RssViewerFrame
 
RssViewerLauncher - class org.jperdian.rss2.gui.RssViewerLauncher.
The launcher application from which the viewer is launched
RssViewerLauncher() - Constructor for class org.jperdian.rss2.gui.RssViewerLauncher
 
RssViewerMenuBar - class org.jperdian.rss2.gui.RssViewerMenuBar.
The menubar to be used
RssViewerMenuBar() - Constructor for class org.jperdian.rss2.gui.RssViewerMenuBar
 

A B C D E F G H I J L M O P R S T U W