A B C D E F G H I J K L M N O P R S T U V W X _

P

PLAY_PODCAST_AFTER_DOWNLOAD_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
true to automatically play a downloaded podcast in its associated application after its download completed.
PODCAST_OPTIONS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
Key to access the podcast options
POLL_EVENT - Static variable in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
 
PRIORITY_COLUMN - Static variable in class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
The index of the priority column which shows an Image representing an IJob priority
PROGRESS_COLUMN - Static variable in class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
The index of the column to display the progress of a running IJob
PROXY_ENABLED_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to acces the proxy server enabled flag
PROXY_LOGIN_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the proxy login
PROXY_OPTIONS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the proxy options
PROXY_PASSWORD_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the proxy password
PROXY_PORT_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the proxy port
PROXY_SERVER_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the proxy server
PUBLISHED_DATE_COLUMN - Static variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
The index of the column to display the publishing date of a news
PersistenceException - exception net.sourceforge.java.feednread.backend.configuration.PersistenceException.
A PersistenceException should be raised if an error occured while performing a persistence operation, e.g. reading from a persistence source or writing the updated data back to the target.
PersistenceException(String) - Constructor for class net.sourceforge.java.feednread.backend.configuration.PersistenceException
Creates a new PersistenceException with the specified detail message.
PodcastConfigurationPage - class net.sourceforge.java.feednread.frontend.configuration.PodcastConfigurationPage.
Configuration page for podcast specific settings.
PodcastConfigurationPage() - Constructor for class net.sourceforge.java.feednread.frontend.configuration.PodcastConfigurationPage
Creates a new PodcastConfigurationPage.
PreviousTabAction - class net.sourceforge.java.feednread.frontend.event.action.PreviousTabAction.
This Action selects the tab next to the currently selected tab in the NewsFeedTabBar component.
PreviousTabAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.PreviousTabAction
Creates a new PreviousTabAction instance.
ProgressMonitor - class net.sourceforge.java.util.gui.swt.ProgressMonitor.
Default IProgressMonitor implementation that reports the progress of a long running operation to a ProgressBar component.
ProgressMonitor(ProgressBar) - Constructor for class net.sourceforge.java.util.gui.swt.ProgressMonitor
Creates a new ProgressMonitor which updates the specified ProgressBar of any change in the reported progress.
ProgressMonitorInputStream - class net.sourceforge.java.util.io.ProgressMonitorInputStream.
InputStream extension that is bindable to a IProgressMonitor to report the progress of a read operation.
ProgressMonitorInputStream(InputStream, IProgressMonitor) - Constructor for class net.sourceforge.java.util.io.ProgressMonitorInputStream
Creates a new ProgressMonitorInputStream to monitor the progress of the specified InputStream and report the progress status to the specified IProgressMonitor.
ProgressMonitorInputStream(InputStream, IProgressMonitor, long) - Constructor for class net.sourceforge.java.util.io.ProgressMonitorInputStream
Creates a new ProgressMonitorInputStream to monitor the progress of the specified InputStream and report the progress status to the specified IProgressMonitor.
ProxyConfigurationPage - class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage.
Configuration page to setup the settings for a proxy server to use for all online connections established by the application.
ProxyConfigurationPage() - Constructor for class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
Creates a new ProxyConfigurationPage instance.
ProxyServerSettings - class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings.
Holds the settings of a proxy server for all online connections established by the ConnectionManager.
ProxyServerSettings(String, int, String, String) - Constructor for class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings
Creates a new ProxyServerSettings instance.
ProxyServerSettings(String, int) - Constructor for class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings
Creates a new ProxyServerSettings instance.
ProxyServerSettings() - Constructor for class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings
Creates a new ProxyServerSettings instance.
packColumns() - Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Packs the newsfeed table columns to adopt the width of their respective widest item.
pageTitleHandler - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser
Event handler for changes to the page title
panel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessageTabItemData
The MessagePanel component
parent - Variable in class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
The parent of a MutableTreeElement
parent - Variable in class net.sourceforge.java.util.gui.jface.viewers.event.MutableTreeElementEvent
The parent element affected by the event
parentCategory - Variable in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
The parent Category of the edited Category
parentCategory - Variable in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
The parent Category of the edited Favorite
parentFolder - Variable in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderInputDialog
The parent WatchFolder for which to create a new WatchFolder
parentFolder - Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
The parent WatchFolder for which to create a new Watch
parseBody(Element) - Method in class net.sourceforge.java.feednread.backend.importer.OPMLImport
Parses the OPML body section.
parseDocument(Document) - Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
Parses the specified Document holding the application configuration.
parseDocument(Document) - Method in class net.sourceforge.java.feednread.backend.importer.NewsFeedWatchesTreeImport
Parses the NewsFeedWatchesTree Document.
parseDocument(Document) - Method in class net.sourceforge.java.feednread.backend.importer.OPMLImport
Parses the OPML Document.
parseHead(Element) - Method in class net.sourceforge.java.feednread.backend.importer.OPMLImport
Parses the OPML head section.
parseNewsFeed(IProgressMonitor) - Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregatorJob
Parses the newsfeed into a NewsFeed representation.
parseNewsFeed(IProgressMonitor) - Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
Parses the newsfeed into a NewsFeed representation.
parserFailed(LanguageResource) - Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
Called in case this NewsFeedParserJob failed.
parserSucceeded(NewsFeed) - Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
Called in case this NewsFeedParserJob succeeded.
password - Variable in class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings
The password for authentication
pattern - Variable in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettings
The Pattern used for matchingNewsFeedEntries
pause() - Method in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.AutoCloseNotificationThread
Pauses this AutoCloseNotificationThread.
paused - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.AutoCloseNotificationThread
true if paused; false if running (unpaused)
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
Resets all configured values in the Controls back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.GeneralConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performDefaults() - Method in class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
Resets all configured values in the FieldEditors back to their default values.
performFinish() - Method in class net.sourceforge.java.feednread.frontend.wizard.WatchWizard
Returns true if all data that is required to create a valid Watch object has been entered in order to finish this WatchWizard.
performLoad() - Method in class net.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage
Loads all values for the FieldEditors and widgets from the configuration.
performLoad() - Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
Loads all values for the Controls from the configuration.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.GeneralConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.LanguageConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
Notifies that the OK button of this page's container has been pressed.
period - Variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
The period in milliseconds that separates executions of an IJob.
persist() - Method in interface net.sourceforge.java.feednread.backend.configuration.IConfigurationPersistenceEngine
Writes the configuration back to a persistent medium, e.g. a file, a database etc.
persist() - Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
Writes the configuration back to the xml based configuration file.
persist() - Method in class net.sourceforge.java.feednread.backend.model.adressbar.NewsFeedAddressBarContentProvider
Persists the addresses managed by this NewsFeedAddressBarContentProvider to the default File as specified by ConfigurationManager.DEFAULT_NEWSFEED_ADDRESS_BAR_FILE.
plainNewsFeedTabs - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
Structure to store plain newsfeed tabs
playPodcastAfterDownloadEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.PodcastConfigurationPage
FieldEditor to decide if podcasts should be played subsequent to their download.
podcast - Variable in class net.sourceforge.java.feednread.backend.jobs.DownloadJob
true if the download specifies a podcast; false otherwise
podcastDirectoryEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.PodcastConfigurationPage
FieldEditor to select the directory in which to store podcasts
pool - Variable in class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport
The ThreadPool to use for synchronizing NewsFeeds associated to Favoites with cache and archive
port - Variable in class net.sourceforge.java.feednread.backend.configuration.ProxyServerSettings
The port of the proxy server (0 - 65536)
potentialEntityToChar(String) - Static method in class net.sourceforge.java.util.text.StringUtils
Checks a number of gauntlet conditions to ensure this is a valid entity.
prepare(String) - Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettings
Prepares the specified String for regular expression compilation.
priority - Variable in class net.sourceforge.java.util.jobs.Job
The Job priority.
priority - Variable in class net.sourceforge.java.util.jobs.JobStatus
The IJob priority
priorityColumn - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Job table: Priority column
progress - Variable in class net.sourceforge.java.feednread.frontend.SplashScreen
The ProgressBar that displays the startup progress
progressBar - Variable in class net.sourceforge.java.feednread.frontend.components.statusbar.StatusLine
The ProgressBarto display the progress status
progressBar - Variable in class net.sourceforge.java.util.gui.swt.ProgressMonitor
The ProgressBar to report to
progressColumn - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Job table: progress column
progressHandler - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser
Event handler for changes in the page loading progress
progressLabel - Variable in class net.sourceforge.java.feednread.frontend.SplashScreen
The Label to display the progress status
proxy - Variable in class net.sourceforge.java.feednread.backend.configuration.ConnectionManager
The optional proxy server to use for all connections
proxyAuthenticationOptions - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
The container for the proxy authentication options
proxyEnabledEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
FieldEditor for the proxy enabled status
proxyLoginEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
FieldEditor for the proxy login
proxyPasswordEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
FieldEditor for the proxy password
proxyPortEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
FieldEditor for the proxy port
proxyServerEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
FieldEditor for the proxy server address
proxyServerOptions - Variable in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
The container for the proxy server options
publishedDateInfoLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The description Label for the NewsFeed published date
publishedDateLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The Label for the NewsFeed published date
put(Object, Object) - Method in class com.sun.syndication.fetcher.impl.HashMapFeedInfoCache
 
putValue(String, String) - Method in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
Sets the value of the setting denoted by the given key to the given value without sending a property change.

A B C D E F G H I J K L M N O P R S T U V W X _