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

N

NAME_COLUMN - Static variable in class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
The index of the column to display the name of an IJob
NEWSFEED_COLUMN - Static variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
The index of the column to display the NewsFeed title
NEWSFEED_TAB_BAR - Static variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Constant for the NewsFeedTabBar component
NEWSFEED_TAB_BAR_VIEW_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the NewsFeedTabBar visibility: true if visible; false if invisible.
NEWSFEED_VIEW_DIVIDER_RATIO_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to acces the newsfeed view divider ratio
NEWS_CONTENT_VIEW - Static variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Constant for the NewsContentView component
NEWS_CONTENT_VIEW_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the NewsContentView visibility: true if visible; false if invisible.
NORM_PRIORITY - Static variable in interface net.sourceforge.java.util.jobs.IJob
The default priority for an IJob
NOTIFICATION_BAR - Static variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Constant for the NotificationBar component
NOTIFICATION_BAR_VIEW_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to access the NotificationBar view visibility: true if visible; false if invisible.
NOTIFICATION_DISPLAY_TIME_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The time in milliseconds to display a notification
NOTIFICATION_SHELL_SIZE - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The size of the notification Shell
NO_EXECUTION - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of zero (no execution)
NetworkUtils - class net.sourceforge.java.util.net.NetworkUtils.
Collection of network related utility methods.
NetworkUtils() - Constructor for class net.sourceforge.java.util.net.NetworkUtils
 
NewTreeElementAction - class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction.
Used in a drop down Menu to display the elements which can be created in the NewsFeedFavoritesTree and NewsFeedWatchesTree components.
NewTreeElementAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction
Creates a new NewTreeElementAction instance.
NewsContentView - class net.sourceforge.java.feednread.frontend.components.NewsContentView.
Displays the content fo a single NewsFeedEntry in a internal Browser.
NewsContentView(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.NewsContentView
Creates a new NewsContentView instance which is used to display a single news.
NewsContentViewAction - class net.sourceforge.java.feednread.frontend.event.action.NewsContentViewAction.
This Action is used to fade in/out the NewsContentView component.
NewsContentViewAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NewsContentViewAction
Creates a new NewsContentViewAction instance.
NewsFeed - class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed.
Wrapper class for Rome SyndFeed newsfeed representation that adds support for wrapping and unwrapping SyndEntry news representations to/from NewsFeedEntry instances.
NewsFeed() - Constructor for class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
Creates a new empty NewsFeed.
NewsFeed(String, SyndFeed) - Constructor for class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
Creates a new NewsFeed for the newsfeed at the specified url wrapping up the specified Rome SyndFeed representation.
NewsFeedAddressBar - class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar.
An address bar component holding an editable Combo to input a web page or NewsFeed url or to select from addresses in the history.
NewsFeedAddressBar(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar
Creates a new NewsFeedAddressBar instance embedding it into the specified parent component.
NewsFeedAddressBar.AddressSelectionHandler - class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar.AddressSelectionHandler.
Event handler for all selection events triggered by the address field: - User types in new address and hits enter - User selects an existing address from the list
NewsFeedAddressBar.AddressSelectionHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar.AddressSelectionHandler
 
NewsFeedAddressBarContentProvider - class net.sourceforge.java.feednread.backend.model.adressbar.NewsFeedAddressBarContentProvider.
Supplies a JFace ComboViewer instance with address data.
NewsFeedAddressBarContentProvider(ComboViewer) - Constructor for class net.sourceforge.java.feednread.backend.model.adressbar.NewsFeedAddressBarContentProvider
Creates a new NewsFeedAddresBarContentProvider for the specified ComboViewer.
NewsFeedAddressBarViewAction - class net.sourceforge.java.feednread.frontend.event.action.NewsFeedAddressBarViewAction.
Toggles the visibility of the NewsFeedAddressBar component.
NewsFeedAddressBarViewAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NewsFeedAddressBarViewAction
Creates a new NewsFeedAddressBarViewAction instance.
NewsFeedAggregationManagerJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob.
Job to control and coordinate the aggregation of a bunch of Favorites i.e. their associated NewsFeeds.
NewsFeedAggregationManagerJob(MainApplicationWindow, Favorite[]) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
Creates a new NewsFeedAggregationManagerJob which aggregates the specified Favorite newsfeeds into one single AggregatedNewsFeed and adds it to the NewsFeedTabBar when finished.
NewsFeedAggregatorJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregatorJob.
Job to aggregate a single Favrite i.e. its set NewsFeed into a given AggregatedNewsFeed.
NewsFeedAggregatorJob(Favorite, NewsFeedAggregationManagerJob, AggregatedNewsFeed) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregatorJob
Creates a new NewsFeedAggregatorJob that adds the parsed entries of the sepcified newsfeed Favorite to the specified aggregated newsFeed.
NewsFeedArchive - class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive.
Manages and organizes an archive of ArchivedNewsFeed instances.
NewsFeedArchive() - Constructor for class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
Creates a new NewsFeedArchive instance.
NewsFeedArchive.ArchivedFilenameFilter - class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive.ArchivedFilenameFilter.
 
NewsFeedArchive.ArchivedFilenameFilter() - Constructor for class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive.ArchivedFilenameFilter
 
NewsFeedArchivingJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedArchivingJob.
Job which adds a NewsFeed to the NewsFeedArchive.
NewsFeedArchivingJob(NewsFeedArchive, NewsFeed) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedArchivingJob
Creates a new NewsFeedArchivingJob which archives the specified NewsFeed in the specified NewsFeedArchive.
NewsFeedCache - class net.sourceforge.java.feednread.backend.cache.NewsFeedCache.
Simple cache for SyndFeedInfo wrapper objects.
NewsFeedCache() - Constructor for class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
Creates a new NewsFeedCache.
NewsFeedCache.CachedFilenameFilter - class net.sourceforge.java.feednread.backend.cache.NewsFeedCache.CachedFilenameFilter.
 
NewsFeedCache.CachedFilenameFilter() - Constructor for class net.sourceforge.java.feednread.backend.cache.NewsFeedCache.CachedFilenameFilter
 
NewsFeedEntry - class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry.
Wrapper class for Rome SyndEntry news representation.
NewsFeedEntry(NewsFeed, SyndEntry) - Constructor for class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
Creates a new NewsFeedEntry wrapper for the specified Rome SyndEntry news representation.
NewsFeedFavoritesTree - class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree.
Component to display a Tree of hierarchical Category and Favorite structures.
NewsFeedFavoritesTree(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
Creates a new NewsFeedFavoritesTree instance and embeds it into the specified component.
NewsFeedFavoritesTree.RefreshFavoritesTreeTask - class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree.RefreshFavoritesTreeTask.
Runnable task to refresh the NewsFeedFavoritesTree if the filter value changed.
NewsFeedFavoritesTree.RefreshFavoritesTreeTask() - Constructor for class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree.RefreshFavoritesTreeTask
 
NewsFeedFavoritesTreeLabelProvider - class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTreeLabelProvider.
LabelProvider implementation used to convert Favorite and Category objects to gui representations that are displayable in the NewsFeedFavoriteTree component.
NewsFeedFavoritesTreeLabelProvider(TreeViewer) - Constructor for class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTreeLabelProvider
Creates a new NewsFeedFavoritesTreeLabelProvider for the specified TreeViewer.
NewsFeedFavoritesTreeLabelProvider.ImageLoader - class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTreeLabelProvider.ImageLoader.
Thread to load the icon Image of a Favorite in the background.
NewsFeedFavoritesTreeLabelProvider.ImageLoader(Favorite) - Constructor for class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTreeLabelProvider.ImageLoader
Creates a new ImageLoader bound to the specified Favorite.
NewsFeedFavoritesTreeOPMLExport - class net.sourceforge.java.feednread.backend.exporter.NewsFeedFavoritesTreeOPMLExport.
Exports the NewsFeedFavoriteTree i.e. its hierarchical Category structure to an xml JDOM Document which can on his part be exported to a extended OPML File.
NewsFeedFavoritesTreeOPMLExport(Category) - Constructor for class net.sourceforge.java.feednread.backend.exporter.NewsFeedFavoritesTreeOPMLExport
Creates a new NewsFeedFavoritesTreeOPMLExport bound to the specified Category.
NewsFeedFavoritesTreeOPMLImport - class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport.
Imports a NewsFeedFavoritesTree from an extended OPML 1.1 File into an arbitrary Category.
NewsFeedFavoritesTreeOPMLImport(Category, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport
Creates a new NewsFeedFavoritesTreeOPMLImport bound to the specified Category.
NewsFeedFavoritesTreeOPMLImport(Category, MainApplicationWindow, IProgressMonitor) - Constructor for class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport
Creates a new NewsFeedFavoritesTreeOPMLImport bound to the specified Category.
NewsFeedFavoritesTreeOPMLImportJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedFavoritesTreeOPMLImportJob.
Job to import the favorite structure embedded in an opml file into a Category.
NewsFeedFavoritesTreeOPMLImportJob(MainApplicationWindow, Category, String) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedFavoritesTreeOPMLImportJob
Creates a new NewsFeedFavoritesTreeOPMLImportJob instance.
NewsFeedLinkDialog - class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog.
Dialog that prompts the user if he wants to create a Favorite in case a NewsFeed link is detected within a web page.
NewsFeedLinkDialog(Shell, String) - Constructor for class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog
Creates a new NewsFeedLinkDialog instance.
NewsFeedMetaDataView - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView.
Displays the meta data of a NewsFeed.
NewsFeedMetaDataView(Composite, MainApplicationWindow, NewsFeed) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
Creates a new NewsFeedMetaDataView instance showing the meta data of the specified newsfeed.
NewsFeedMetaDataView.HyperlinkHandler - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView.HyperlinkHandler.
 
NewsFeedMetaDataView.HyperlinkHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView.HyperlinkHandler
 
NewsFeedParserJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob.
Job which parses a NewsFeed either by a given url or a Favorite which houses the url settings.
NewsFeedParserJob(String, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
Creates a new NewsFeedParserJob to parse the NewsFeed at the specified url.
NewsFeedParserJob(Favorite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
Creates a new NewsFeedParserJob to parse the NewsFeed set by the specified Favorite.
NewsFeedTabBar - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar.
Displays NewsFeedView and InternalBrowser components in tabs.
NewsFeedTabBar(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
Creates a new NewsFeedTabBar instance and embeds it into the specified placeholder.
NewsFeedTabBar.TabHandler - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar.TabHandler.
Internal Event Handler to react on closing tabs.
NewsFeedTabBar.TabHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar.TabHandler
 
NewsFeedTabBarViewAction - class net.sourceforge.java.feednread.frontend.event.action.NewsFeedTabBarViewAction.
This Action is used to fade in/out the NewsFeedTabBar component.
NewsFeedTabBarViewAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NewsFeedTabBarViewAction
Creates a new NewsFeedTabBarViewAction instance.
NewsFeedTabItemData - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData.
Tab data class for CTabItems displaying a NewsFeed in the NewsFeedTabBar ui component.
NewsFeedTabItemData(MainApplicationWindow, CTabItem, NewsFeedView) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow, CTabItem, NewsFeedView, Favorite) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow, CTabItem, NewsFeedView, Favorite[]) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
Creates a new NewsFeedTabItemData instance.
NewsFeedTabItemData(MainApplicationWindow, CTabItem, NewsFeedView, Watch) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
Creates a new NewsFeedTabItemData instance.
NewsFeedTable - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.
Display a NewsFeed in a TableViewer.
NewsFeedTable(Composite, MainApplicationWindow, NewsFeed) - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Creates a new NewsFeedTable holding the news of the newsfeed at the specified url and embeds it into the given Composite.
NewsFeedTable.NewsClickHandler - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.NewsClickHandler.
Event handler that attends to open a new browser tab showing the double clicked NewsFeedEntry.
NewsFeedTable.NewsClickHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.NewsClickHandler
 
NewsFeedTable.SelectionHandler - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.SelectionHandler.
Event handler that attends to set the read status of a news depending on user selections.
NewsFeedTable.SelectionHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.SelectionHandler
Creates a new SelectionHandler.
NewsFeedTable.SortListener - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.SortListener.
Handles changes in the sorting column and/or direction.
NewsFeedTable.SortListener() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable.SortListener
 
NewsFeedTableContentProvider - class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider.
Takes a single NewsFeed model object to supply its contained NewsFeedEntries to a JFace TableViewer instance.
NewsFeedTableContentProvider(NewsFeed) - Constructor for class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
Creates a new NewsFeedTableContentProvider instance using the specified newsfeed to collect the embedded news and store them in a table structure.
NewsFeedTableLabelProvider - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableLabelProvider.
Converts NewsFeedEntry model objects to gui representations that can be displayed in a JFace TableViewer instance.
NewsFeedTableLabelProvider(TableViewer) - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableLabelProvider
Creates a new NewsFeedTableLabelProvider for the specified TableViewer.
NewsFeedTableStatusChangedEvent - class net.sourceforge.java.feednread.frontend.components.newstable.event.NewsFeedTableStatusChangedEvent.
Event triggered by a NewsFeedTable ui component when its status has changed.
NewsFeedTableStatusChangedEvent(NewsFeedTable) - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.event.NewsFeedTableStatusChangedEvent
Creates a new NewsFeedTableStatusChangedEvent triggered by the specified NewsFeedTable event source.
NewsFeedTableViewerFilter - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerFilter.
Filters NewsFeedEntry objects based on a given keyword.
NewsFeedTableViewerFilter() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerFilter
 
NewsFeedTableViewerSorter - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerSorter.
Sorts NewsFeedEntries embedded in a JFace TableViewer upon an arbitrary TableColumn criterion.
NewsFeedTableViewerSorter(TableViewer) - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerSorter
Creates a new NewsFeedTableViewerSorte instance linked to the specified TableViewer.
NewsFeedTableViewerTaggedFilter - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerTaggedFilter.
Selects all tagged NewsFeedEntry objects, i.e. filters out all untagged NewsFeedEntry objects.
NewsFeedTableViewerTaggedFilter() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerTaggedFilter
 
NewsFeedTableViewerUnreadFilter - class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerUnreadFilter.
Selects all unread NewsFeedEntry objects, i.e. filters out all read NewsFeedEntry objects.
NewsFeedTableViewerUnreadFilter() - Constructor for class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerUnreadFilter
 
NewsFeedUpdateJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateJob.
Job to update a NewsFeed either by a given url or a Favorite.
NewsFeedUpdateJob(String, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateJob
Creates a new NewsFeedUpdateJob to update the newsfeed at the specified url.
NewsFeedUpdateJob(Favorite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateJob
Creates a new NewsFeedUpdateJob to update the newsfeed set in the specified Favorite.
NewsFeedUpdateManagerJob - class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateManagerJob.
Coordinates the well-regulated update of a Favorite bundle, e.g. a parent Category.
NewsFeedUpdateManagerJob(MainApplicationWindow, Favorite[]) - Constructor for class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateManagerJob
Creates a new NewsFeedUpdateManagerJob which coordinates the update of the specified Favoritess.
NewsFeedView - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView.
Displays a NewsFeed in a tab view holding two selectable tabs: First a NewsFeedTable component that displays the NewsFeedEntrys in a NewsFeed.
NewsFeedView(Composite, MainApplicationWindow, NewsFeed) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
Creates a new NewsFeedView instance showing the specified newsfeed.
NewsFeedView.TabSelectionHandler - class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView.TabSelectionHandler.
 
NewsFeedView.TabSelectionHandler() - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView.TabSelectionHandler
 
NewsFeedWatchesTree - class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree.
Component to manage, organize and display hierarchical WatchFolder resp.
NewsFeedWatchesTree(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
Creates a new NewsFeedWatchesTree instance.
NewsFeedWatchesTree.RefreshWatchesTreeTask - class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree.RefreshWatchesTreeTask.
Runnable task to refresh the NewsFeedWatchesTree if the filter value changed.
NewsFeedWatchesTree.RefreshWatchesTreeTask() - Constructor for class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree.RefreshWatchesTreeTask
 
NewsFeedWatchesTreeContentProvider - class net.sourceforge.java.feednread.backend.model.watchestree.NewsFeedWatchesTreeContentProvider.
Provides the data for a NewsFeedWatchesTree component.
NewsFeedWatchesTreeContentProvider(TreeViewer, WatchFolder) - Constructor for class net.sourceforge.java.feednread.backend.model.watchestree.NewsFeedWatchesTreeContentProvider
Creates a new NewsFeedWatchesTreeContentProvider for the specified TreeViewer using the specified root WatchFolder.
NewsFeedWatchesTreeExport - class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport.
Exports the NewsFeedWatchesTree, i.e. its hierarchical WatchFolder structure to an xml JDOM Document which can on his part be exported to a File .
NewsFeedWatchesTreeExport(WatchFolder) - Constructor for class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
Creates a new NewsFeedWatchesTreeExport instance.
NewsFeedWatchesTreeImport - class net.sourceforge.java.feednread.backend.importer.NewsFeedWatchesTreeImport.
Imports a NewsFeedWatchesTree serialized as xml structure into an arbitrary WatchFolder.
NewsFeedWatchesTreeImport(IProgressMonitor, WatchFolder, Map) - Constructor for class net.sourceforge.java.feednread.backend.importer.NewsFeedWatchesTreeImport
Creates a new NewsFeedWatchesTreeImport that imports into the specified targetFolder.
NewsFeedWatchesTreeLabelProvider - class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTreeLabelProvider.
LabelProvider implementation used to convert Watch and WatchFolder objects to gui representations that are displayable in the NewsFeedWatchesTree component.
NewsFeedWatchesTreeLabelProvider(TreeViewer) - Constructor for class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTreeLabelProvider
Creates a new NewsFeedWatchesTreeLabelProvider for the specified TreeViewer.
NextNewsAction - class net.sourceforge.java.feednread.frontend.event.action.NextNewsAction.
This Action jumps to the next NewsFeedEntry in the currently selected NewsFeed tab in the NewsFeedTabBar component.
NextNewsAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NextNewsAction
Creates a new NextNewsAction instance.
NextTabAction - class net.sourceforge.java.feednread.frontend.event.action.NextTabAction.
This Action selects the tab next to the currently selected tab in the NewsFeedTabBar component.
NextTabAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NextTabAction
Creates a new NextTabAction instance.
NextUnreadNewsAction - class net.sourceforge.java.feednread.frontend.event.action.NextUnreadNewsAction.
This Action jumps to the next unread NewsFeedEntry in the currently selected NewsFeed tab in the NewsFeedTabBar component.
NextUnreadNewsAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NextUnreadNewsAction
Creates a new NextUnreadNewsAction instance.
NodeViewerFilter - class net.sourceforge.java.util.gui.jface.viewers.NodeViewerFilter.
Filters all ITreeElements that allow sub elements.
NodeViewerFilter(ITreeElement) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.NodeViewerFilter
Creates a new NodeViewerFilter instance.
NotificationBar - class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar.
Component to display user notifications about the application status.
NotificationBar(Composite, MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Creates a new NotificationBar instance.
NotificationBarViewAction - class net.sourceforge.java.feednread.frontend.event.action.NotificationBarViewAction.
This Action is used to fade in/out the NotificationBar component.
NotificationBarViewAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.NotificationBarViewAction
Creates a new NotificationBarViewAction instance.
name - Variable in class net.sourceforge.java.util.jobs.JobStatus
The name of the IJob
needsSaving() - Method in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
Returns true if this ConfigurationStore needs to be saved due to a modified configuration.
net.sourceforge.java.feednread.backend.archive - package net.sourceforge.java.feednread.backend.archive
Provides interfaces and classes for archival storage of NewsFeed model objects.
net.sourceforge.java.feednread.backend.cache - package net.sourceforge.java.feednread.backend.cache
Provides classes for in memory as well as persistent caching of NewsFeed model objects.
net.sourceforge.java.feednread.backend.configuration - package net.sourceforge.java.feednread.backend.configuration
This package allows the application to retrieve and persist user and system preferences and configuration data.
net.sourceforge.java.feednread.backend.exporter - package net.sourceforge.java.feednread.backend.exporter
Contains classes for exporting hierarchical structures embedded in the NewsFeedFavoritesTree and NewsFeedWatchesTree to the OPML format.
net.sourceforge.java.feednread.backend.importer - package net.sourceforge.java.feednread.backend.importer
Contains classes for importing hierarchical structures embedded in OPML Documents into the NewsFeedFavoritesTree resp.
net.sourceforge.java.feednread.backend.jobs - package net.sourceforge.java.feednread.backend.jobs
Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context.
net.sourceforge.java.feednread.backend.model.adressbar - package net.sourceforge.java.feednread.backend.model.adressbar
Provides the data model classes for the NewsFeedAddressBar ui component.
net.sourceforge.java.feednread.backend.model.favoritestree - package net.sourceforge.java.feednread.backend.model.favoritestree
Provides the data model classes for the NewsFeedFavoritesTree ui component.
net.sourceforge.java.feednread.backend.model.newstable - package net.sourceforge.java.feednread.backend.model.newstable
Provides the data model classes for the NewsFeedTable ui component.
net.sourceforge.java.feednread.backend.model.newstable.event - package net.sourceforge.java.feednread.backend.model.newstable.event
Provides interfaces for dealing with different types of events fired by Favorite model objects associated to NewsFeeds.
net.sourceforge.java.feednread.backend.model.watchestree - package net.sourceforge.java.feednread.backend.model.watchestree
Provides the data model classes for the NewsFeedWatchesTree ui component.
net.sourceforge.java.feednread.frontend - package net.sourceforge.java.feednread.frontend
Contains all of the classes for dealing with the application user interface.
net.sourceforge.java.feednread.frontend.components - package net.sourceforge.java.feednread.frontend.components
Contains all the interfaces and classes composing the application ui components.
net.sourceforge.java.feednread.frontend.components.addressbar - package net.sourceforge.java.feednread.frontend.components.addressbar
Contains all the classes composing the NewsFeedAddressBar ui component.
net.sourceforge.java.feednread.frontend.components.favoritestree - package net.sourceforge.java.feednread.frontend.components.favoritestree
Contains all the classes composing the NewsFeedFavoritesTree ui component.
net.sourceforge.java.feednread.frontend.components.newstable - package net.sourceforge.java.feednread.frontend.components.newstable
Contains all the classes composing the NewsFeedTable ui component.
net.sourceforge.java.feednread.frontend.components.newstable.event - package net.sourceforge.java.feednread.frontend.components.newstable.event
Provides classes and interfaces for dealing with different types of events fired by the NewsFeedTable ui component.
net.sourceforge.java.feednread.frontend.components.notificationbar - package net.sourceforge.java.feednread.frontend.components.notificationbar
Contains all the classes composing the NotificationBar ui component.
net.sourceforge.java.feednread.frontend.components.sidebar - package net.sourceforge.java.feednread.frontend.components.sidebar
Contains all the classes composing the SideBar ui component.
net.sourceforge.java.feednread.frontend.components.statusbar - package net.sourceforge.java.feednread.frontend.components.statusbar
Contains all the classes composing the status bar ui component which is embeded in the MainApplicationWindow.
net.sourceforge.java.feednread.frontend.components.tabbar - package net.sourceforge.java.feednread.frontend.components.tabbar
Contains all the interfaces and classes composing the NewsFeedTabBar ui component.
net.sourceforge.java.feednread.frontend.components.watchestree - package net.sourceforge.java.feednread.frontend.components.watchestree
Contains all the classes composing the NewsFeedWatchesTree ui component.
net.sourceforge.java.feednread.frontend.configuration - package net.sourceforge.java.feednread.frontend.configuration
Contains all the PreferencePage classes composing the ui of the application configuration.
net.sourceforge.java.feednread.frontend.dialog - package net.sourceforge.java.feednread.frontend.dialog
Provides a collection of dialogs used in the application context.
net.sourceforge.java.feednread.frontend.event - package net.sourceforge.java.feednread.frontend.event
Provides classes for handling the events fired by the application.
net.sourceforge.java.feednread.frontend.event.action - package net.sourceforge.java.feednread.frontend.event.action
Provides a collection of Actions handling events based on user actions.
net.sourceforge.java.feednread.frontend.tray - package net.sourceforge.java.feednread.frontend.tray
Provides classes implementing the application's system tray support.
net.sourceforge.java.feednread.frontend.wizard - package net.sourceforge.java.feednread.frontend.wizard
Provides classes for wizards used in the application context.
net.sourceforge.java.util.date - package net.sourceforge.java.util.date
Provides classes for Date handling and formatting.
net.sourceforge.java.util.gui.jface.preference - package net.sourceforge.java.util.gui.jface.preference
Provides reusable FieldEditors for the JFace preferences framework.
net.sourceforge.java.util.gui.jface.viewers - package net.sourceforge.java.util.gui.jface.viewers
Provides additional classes and interfaces for the JFace viewer framework which itself supports model-based content adapters for SWT widgets.
net.sourceforge.java.util.gui.jface.viewers.dnd - package net.sourceforge.java.util.gui.jface.viewers.dnd
Provides ready to use Drag and Drop support for JFace Viewer classes.
net.sourceforge.java.util.gui.jface.viewers.event - package net.sourceforge.java.util.gui.jface.viewers.event
Provides interfaces and classes for dealing with different types of events fired by JFace viewer models.
net.sourceforge.java.util.gui.swt - package net.sourceforge.java.util.gui.swt
Provides utility classes and reusable components related to the SWT framework Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: SWT at eclipse.org
net.sourceforge.java.util.i18n - package net.sourceforge.java.util.i18n
Provides core support for application internationalization (i18n).
net.sourceforge.java.util.i18n.event - package net.sourceforge.java.util.i18n.event
Provides interfaces and classes for dealing with different types of events fired by the InternationalizationHandler.
net.sourceforge.java.util.io - package net.sourceforge.java.util.io
Provides utility classes for system input and output through data streams, serialization and the file system.
net.sourceforge.java.util.jdom - package net.sourceforge.java.util.jdom
Provides utility classes related to JDOM XML parsing and validation.
net.sourceforge.java.util.jobs - package net.sourceforge.java.util.jobs
Provides core support for interacting with background activity.
net.sourceforge.java.util.jobs.event - package net.sourceforge.java.util.jobs.event
Provides interfaces and classes for dealing with different types of events fired by the JobManager execution context.
net.sourceforge.java.util.jobs.scheduling - package net.sourceforge.java.util.jobs.scheduling
Provides core support for scheduling background activity.
net.sourceforge.java.util.net - package net.sourceforge.java.util.net
Contains network related utilitiy classes.
net.sourceforge.java.util.system - package net.sourceforge.java.util.system
Contains utilitiy classes to query information on the underlying system and to perform system specific operations.
net.sourceforge.java.util.text - package net.sourceforge.java.util.text
Contains utility classes to perform String operations.
net.sourceforge.java.util.threads - package net.sourceforge.java.util.threads
Provides support for concurrent programming techniques.
newMenu - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
New menu
newsBrowser - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The internal Browser shoing the news content
newsClickHandler - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
newsContent - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The component showing the currently selected news content
newsContentForm - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The container holding the component itself
newsContentPanel - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The container holding all components
newsCountLabel - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The Label to display the unread news count
newsFeed - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
The AggregatedNewsFeed to aggregate into
newsFeed - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregatorJob
The AggregatedNewsFeed instance that the Job adds its parsed NewsFeedEntries to
newsFeed - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedArchivingJob
The NewsFeed to archive
newsFeed - Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
The NewsFeed that the NewsFeedEntry is associated to
newsFeed - Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
The NewsFeed that this content provider queries to supply the data
newsFeed - Variable in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
The AggregatedNewsFeed holding all NewsFeedEntries that match the criterions of the embedded WatchSettings.
newsFeedEntries - Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
The List of NewsFeedEntry wrapper objects
newsFeedFavorite - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregatorJob
The Favorite to aggregate
newsFeedFavorites - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
* The Favorites to aggregate
newsFeedFavorites - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateManagerJob
 
newsFeedFavorites - Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
The favorites Tree itself
newsFeedFavoritesTree - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The tree holding all favorite newsfeeds
newsFeedImageLink - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The NewsFeed Image that links the NewsFeedprovider homepage
newsFeedImg - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The Image of the NewsFeed, e.g. the website logo
newsFeedLabel - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The Label to display the newsfeed title
newsFeedMetaDataTabItem - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsFeedReadStatusChanged(NewsFeed) - Method in interface net.sourceforge.java.feednread.backend.model.newstable.event.INewsFeedStatusListener
Called whenever the read status of the NewsFeed associated to a model element has changed.
newsFeedReadStatusChanged(NewsFeed) - Method in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
Called whenever the read status of the NewsFeed associated to one of the watched Favorites has changed.
newsFeedStatusListener - Variable in class net.sourceforge.java.feednread.backend.model.favoritestree.Favorite
The list of registered INewsFeedStatusListener instances.
newsFeedTabBarForm - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The ViewForm to place the CTabFolder in
newsFeedTabItem - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsFeedTitle - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsFeedTitleLink - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The NewsFeed title that links the NewsFeed provider homepage
newsFeedType - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsFeedUpdated(NewsFeed) - Method in interface net.sourceforge.java.feednread.backend.model.newstable.event.INewsFeedStatusListener
Called whenever the NewsFeed associated to a model element has changed.
newsFeedUpdated(NewsFeed) - Method in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
Called whenever the NewsFeed associated to one of the watched Favorites has changed.
newsFeedUpdated(NewsFeed) - Method in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
This method is called when a NewsFeed has been updated and a notification should be created.
newsFeedUrl - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
The url of the NewsFeed to parse
newsFeedViewTabFolder - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsFeedWatchesTree - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The tree holding all newsfeed watches
newsFeeds - Variable in class net.sourceforge.java.feednread.backend.model.newstable.AggregatedNewsFeed
The List of aggregated NewsFeeds
newsHyperlink - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The Hyperlink showing the news link
newsLinkHandler - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
Handles clicks on the news title ImageHyperlinks
newsTabBar - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The tab bar to hold the single newsfeed, browser and filter tabs
newsTabFolder - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The CTabFolder to hold the newsfeed tabs
newsTabFolderContainer - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The container to act as placeholder for the ViewForm
newsTable - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
newsTable - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
newsTitle - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The Label<(code> showing the news title
newsTitleLinks - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The ImageHyperlinks to display the news titles
newsView - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
The NewsFeedView component embedded in the tab associated with this data object.
newsfeedTitle - Variable in class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog
 
newsfeedTypeInfoLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The description Label for the NewsFeed type
newsfeedTypeLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The Label holding the NewsFeed type as Image representation
notificationBar - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The component to show user notifications, i.e. progress and logging messages
notificationBarContainer - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The container to hold all components
notificationDisplayTime - Variable in class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
FieldEditor to select the display time of a notification popup
notificationShell - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The Shell used to display notifications
notificationTabFolder - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The CTabFolder to hold the notification tabs
nullValueToEmptyString(String) - Static method in class net.sourceforge.java.util.text.StringUtils
Converts a possible null String object to an empty String object.

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