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

T

TAGGED_STATUS_COLUMN - Static variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
The index of the tagged status column which shows an image representing a tagged/untagged news
TEN_MINUTES - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 10 minutes
THIRTY_MINUTES - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 30 minutes
THREE_MINUTES - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 3 minutes
TITLE_ATTRIBUTE - Static variable in interface net.sourceforge.java.feednread.backend.exporter.INewsFeedWatchesTreeExportIdentifiers
Identifier for a WatchFolder or Watch title attribute
TITLE_COLUMN - Static variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedTableContentProvider
The index of the column to display the news title
TITLE_COLUMN - Static variable in class net.sourceforge.java.feednread.backend.model.watchestree.NewsFeedWatchesTreeContentProvider
The column holding the title
TOP_LEFT - Static variable in class net.sourceforge.java.util.gui.jface.viewers.OverlayImageDescriptor
Constant to draw the overlay Image at the top-left corner
TOP_RIGHT - Static variable in class net.sourceforge.java.util.gui.jface.viewers.OverlayImageDescriptor
Constant to draw the overlay Image at the top-right corner
TRANSLATION_DATE - Static variable in class net.sourceforge.java.util.i18n.LanguageResource
Predefined key to access the date of translation of a LanguageResource
TRANSLATOR_KEY - Static variable in class net.sourceforge.java.util.i18n.LanguageResource
Predefined key to access the name of the translator of a LanguageResource
TRAY_NOTIFICATION_OPTIONS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
Key to access the tray notification options
TRAY_OPTIONS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
Key to access the tray options
TWELVE_HOURS - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 12 hours
TWO_HOURS - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 2 hours
TWO_MINUTES - Static variable in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Default interval of 2 minutes
TYPE_APPLICATION - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for application
TYPE_AUDIO - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for audio
TYPE_BROWSER_TAB - Static variable in interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData
Type constant indicating a browser tab
TYPE_FILTER_TAB - Static variable in interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData
Type constant indicating a filter tab
TYPE_IMAGE - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for image
TYPE_MESSAGE - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for message, e.g. message/rfc822
TYPE_MESSAGE_TAB - Static variable in interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData
Type constant indicating a message tab
TYPE_MODEL - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for model
TYPE_MULTIPART - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for multipart
TYPE_NEWSFEED_TAB - Static variable in interface net.sourceforge.java.feednread.frontend.components.tabbar.ITabItemData
Type constant indicating a newsfeed tab
TYPE_TEXT - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for text
TYPE_TEXT_HTML - Static variable in class net.sourceforge.java.util.io.MIMEUtils
text/html mime type
TYPE_VIDEO - Static variable in class net.sourceforge.java.util.io.MIMEUtils
MIME media type for video
TabManager - class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager.
Acts as model for the NewsFeedTabBar ui component by managing the CTabItems and their associated ITabItemData objects.
TabManager(MainApplicationWindow, NewsFeedTabBar) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
Creates a new TabManager.
TableFieldEditor - class net.sourceforge.java.util.gui.jface.preference.TableFieldEditor.
A FieldEditor implementation that supports the selection of tabular data.
TableFieldEditor(String, String, Composite, IStructuredContentProvider, ITableLabelProvider, String[], Object) - Constructor for class net.sourceforge.java.util.gui.jface.preference.TableFieldEditor
Creates a new TableFieldEditor instance.
TableTreeViewerSorter - class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorter.
Generic ViewerSorter extension for TreeViewer instances using ITableContentProvider implementations based on ITreeElement structures.
TableTreeViewerSorter(Viewer, ITableContentProvider) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorter
Creates a new TableTreeViewerSorter instance linked to the specified Viewer.
TableTreeViewerSorterHandler - class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorterHandler.
Enables sorting facility for tabular Tree instances using an arbitrary TableTreeViewerSorter for sorting.
TableTreeViewerSorterHandler(Tree, TableTreeViewerSorter) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorterHandler
Creates a new TableTreeViewerSorterHandler instance and binds it to the specified Tree using the given TableTreeViewerSorter to sort the model elements.
TableViewerSorter - class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorter.
Generic ViewerSorter extension for Viewer instances using ITableContentProvider implementations.
TableViewerSorter(Viewer, ITableContentProvider) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorter
Creates a new TableViewerSorter instance linked to the specified Viewer.
TableViewerSorterHandler - class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorterHandler.
Enables sorting facility for Table instances using an arbitrary TableViewerSorter for sorting.
TableViewerSorterHandler(Table, TableViewerSorter) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorterHandler
Creates a new TableViewerSorterHandler instance and binds it to the specified Table using the given TableViewerSorter to sort the model elements.
TagNewsAction - class net.sourceforge.java.feednread.frontend.event.action.TagNewsAction.
Tags a NewsFeedEntry in a NewsFeedTable component.
TagNewsAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.TagNewsAction
Creates a new TagNewsAction instance.
ThreadPool - class net.sourceforge.java.util.threads.ThreadPool.
Simple ThreadPool implementation
ThreadPool() - Constructor for class net.sourceforge.java.util.threads.ThreadPool
Creates a new ThreadPool with the default size.
ThreadPool(int) - Constructor for class net.sourceforge.java.util.threads.ThreadPool
Creates a new ThreadPool with the specified size:
ToolBarViewAction - class net.sourceforge.java.feednread.frontend.event.action.ToolBarViewAction.
This Action is used to fade in/out the ToolBar component in the MainApplicationWindow.
ToolBarViewAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.ToolBarViewAction
Creates a new ToolBarViewAction instance.
TrayConfigurationPage - class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage.
Configuration page to change the application's tray behaviour.
TrayConfigurationPage() - Constructor for class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
Creates a new TrayConfigurationPage instance.
TrayHandler - class net.sourceforge.java.feednread.frontend.tray.TrayHandler.
Controls the Tray and TrayItem of the application.
TrayHandler(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayHandler
Creates a new TrayHandler if the system the application is running on supports a system tray area.
TrayHandler.TrayItemHandler - class net.sourceforge.java.feednread.frontend.tray.TrayHandler.TrayItemHandler.
Internal Event Handler class to make the application's system tray popup menu visible.
TrayHandler.TrayItemHandler() - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayHandler.TrayItemHandler
 
TrayHandler.TraySelectionHandler - class net.sourceforge.java.feednread.frontend.tray.TrayHandler.TraySelectionHandler.
Internal Event Handler class to restore the application window after is has been minimized to tray.
TrayHandler.TraySelectionHandler() - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayHandler.TraySelectionHandler
 
TrayNotificationHandler - class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.
Creates notification popups in the system tray if the application is minimized and a NewsFeed is updated.
TrayNotificationHandler(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
Creates a new TrayNotificationHandler.
TrayNotificationHandler.AutoCloseNotificationThread - class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.AutoCloseNotificationThread.
Internal class to handle the automatic closing of the notification Shell.
TrayNotificationHandler.AutoCloseNotificationThread() - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.AutoCloseNotificationThread
 
TrayNotificationHandler.NewsLinkHandler - class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.NewsLinkHandler.
Internal class to handle the hyperlink handling if the user clicks a news link in a notification.
TrayNotificationHandler.NewsLinkHandler() - Constructor for class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler.NewsLinkHandler
 
TreeCellModifier - class net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier.
Handles inplace modificatons, i.e. user edits within cell elements in a editable JFace TreeViewer instance displaying INameable domain objects.
TreeCellModifier() - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier
 
TreeElementPropertiesAction - class net.sourceforge.java.feednread.frontend.event.action.TreeElementPropertiesAction.
This Action is used if the user edits the properties of a ITreeElement in either the NewsFeedFavoritesTree or NewsFeedWatchesTree component.
TreeElementPropertiesAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.TreeElementPropertiesAction
Creates a new TreeElementPropertiesAction instance.
TreeImportJob - class net.sourceforge.java.feednread.backend.jobs.TreeImportJob.
Job to import the structures from the NewsFeedFavoritesTree and NewsFeedWatchesTree into a Category respective WatchFolder.
TreeImportJob(MainApplicationWindow, Category, String, WatchFolder, String) - Constructor for class net.sourceforge.java.feednread.backend.jobs.TreeImportJob
Creates a new TreeImportJob instance.
TreeViewerContentProvider - class net.sourceforge.java.util.gui.jface.viewers.TreeViewerContentProvider.
Provides the data for a JFace TreeViewer instance.
TreeViewerContentProvider(TreeViewer, IMutableTreeElement) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TreeViewerContentProvider
Creates a new TreeViewerContentProvider using the specified root IMutableTreeElement.
TreeViewerDnDHandler - class net.sourceforge.java.util.gui.jface.viewers.dnd.TreeViewerDnDHandler.
Enhances a JFace TreeViewer instance displaying IMutableTreeElement domain objects with Drag'n Drop support.
TreeViewerDnDHandler(TreeViewer) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.dnd.TreeViewerDnDHandler
Creates a new TreeViewerDnDHandler for the specified TreeViewer.
TreeViewerFilter - class net.sourceforge.java.util.gui.jface.viewers.TreeViewerFilter.
ViewerFilter implementation to filter a TreeViewer displaying an ITreeElement structure based on a arbitrary keyword.
TreeViewerFilter(TreeViewer) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TreeViewerFilter
Creates a new TreeViewFilter for the specified TreeViewer.
TreeViewerSorter - class net.sourceforge.java.util.gui.jface.viewers.TreeViewerSorter.
Default sorter for use in JFace TreeViewer instances based on ITreeElement structures.
TreeViewerSorter() - Constructor for class net.sourceforge.java.util.gui.jface.viewers.TreeViewerSorter
 
tabBar - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
The NewsFeedTabBar component managed
tabFolder - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
The managed CTabFolder component
tabHandler - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
Event handler to react on tab selection and close
tabHandler - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
tabManager - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The TabManager acts as bridge between tab model and tab gui
table - Variable in class net.sourceforge.java.util.gui.jface.preference.TableFieldEditor
The Table used to present the selectable tabular data
table - Variable in class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorterHandler
The Table that the TableViewerSorter is bound to
tableViewer - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
tagged - Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
The news tag status whereas true indicates a tagged and false an untagged NewsFeedEntry<
taggedFilter - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
targetCategory - Variable in class net.sourceforge.java.feednread.backend.importer.OPMLImport
The Category to import into
targetCategory - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedFavoritesTreeOPMLImportJob
 
targetCategory - Variable in class net.sourceforge.java.feednread.backend.jobs.TreeImportJob
The Category to import the NewsFeedFavoritesTree structure into
targetDirectory - Variable in class net.sourceforge.java.feednread.backend.jobs.DownloadJob
The target directory to store the downloaded file to
targetElement - Variable in class net.sourceforge.java.util.gui.jface.viewers.dnd.TreeViewerDnDHandler
The target IMutableTreeElement of a DnD operation
targetFolder - Variable in class net.sourceforge.java.feednread.backend.importer.NewsFeedWatchesTreeImport
The WatchFolder to import into
targetFolder - Variable in class net.sourceforge.java.feednread.backend.jobs.TreeImportJob
The WatchFolder to import the NewsFeedWatchesTree structure into
template - Variable in class net.sourceforge.java.feednread.frontend.event.action.AddFavoriteAction
The Favorite to use as template for all creations
thread - Variable in class net.sourceforge.java.util.jobs.Job
The Thread that this Job runs in
threadFinished(Runnable) - Method in class net.sourceforge.java.util.threads.ThreadPool
Notifies this ThreadPool that the specified Runnable has finished its work.
throw4XXError(int) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 
throwAuthenticationError(int) - Method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
 
throwable - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
title - Variable in class net.sourceforge.java.feednread.backend.importer.OPMLImport
The title of the parsed OPML Document
title - Variable in class net.sourceforge.java.feednread.backend.model.favoritestree.Category
The title of a Category
title - Variable in class net.sourceforge.java.feednread.backend.model.favoritestree.Favorite
The title of the Favorite
title - Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
The trimmed news title
title - Variable in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
The title of the Watch
title - Variable in class net.sourceforge.java.feednread.backend.model.watchestree.WatchFolder
The title of the WatchFolder
title - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
title - Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
The title of the edited Watch; null if in add mode.
titleColumn - Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
The title column
titleField - Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
The Text field to carry the title input
titleLabel - Variable in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
 
toString() - Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
Returns the String representation for the object.
toString() - Method in class net.sourceforge.java.feednread.backend.model.favoritestree.Category
Gets the textual represntation of this Category.
toString() - Method in class net.sourceforge.java.feednread.backend.model.favoritestree.Favorite
Gets the textual represntation of this Favorite.
toString() - Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
Returns the textual representation of this NewsFeedEntry.
toString() - Method in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
Gets the textual represntation of this Watch.
toString() - Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchFolder
Gets the textual represntation of this WatchFolder.
toString() - Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettingsEntry
Converts this WatchSettingsEntry to a textual representation.
toString() - Method in class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
Gets the textual represntation of this MutableTreeElement.
toString() - Method in class net.sourceforge.java.util.i18n.LanguageResource
Converts this LanguageResource to a human readable representation.
toString() - Method in class net.sourceforge.java.util.jobs.scheduling.JobExecutionInterval
Gets the textual representation of this JobExecutionInterval instance.
toString() - Method in class net.sourceforge.java.util.jobs.scheduling.JobExecutionStatus
Gets the textual representation of this JobExecutionStatus instance.
toString() - Method in class net.sourceforge.java.util.system.RandomGUID
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc.)
toolBarActionBrowserBack - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionBrowserForward - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionBrowserHome - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionBrowserRefresh - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionBrowserStop - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionCloseAllTabs - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionCloseTab - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionNewTreeElement - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionNextTab - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionOpenNews - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionOpenNewsFeed - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionPreviousTab - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionRemoveTreeElement - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionTreeElementProperties - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionUpdateNewsFeedFavoritesTree - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarActionUpdateNewsFeedTab - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
toolBarForm - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser
The ViewForm to hold the ToolBar
topCenter - Variable in class net.sourceforge.java.util.gui.swt.ViewForm
 
topLeft - Variable in class net.sourceforge.java.util.gui.swt.ViewForm
SWT widgets
topRight - Variable in class net.sourceforge.java.util.gui.swt.ViewForm
 
totalBytes - Variable in class net.sourceforge.java.util.io.ProgressMonitorInputStream
The total number of bytes to be read
totalWork - Variable in class net.sourceforge.java.util.gui.swt.ProgressMonitor
The total number of work units to process
totalWork - Variable in class net.sourceforge.java.util.jobs.DefaultJobProgressMonitor
The total work units to be done in the monitored IJob
totalWorkUnits - Variable in class net.sourceforge.java.util.jobs.JobStatus
The total number of work units to be done
traverse(Element) - Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
Recuirsively traverses the specified Element and maps the xml configuration elements to their values in the internal Map.
tray - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayHandler
The system Tray to handle
trayHandler - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The TrayHandler of this application: Manages the system tray
trayNotificationHandler - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The TrayNotificationHandler of this application: Manages notifications displayed in the system tray
tree - Variable in class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorterHandler
The Tree that the TableTreeViewerSorter is bound to
treeViewer - Variable in class net.sourceforge.java.feednread.frontend.wizard.FavoriteSelectionWizardPage
The CheckboxTreeViewer used to select the Favorites to be watched.
type - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
typeColumn - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Log table: Type column
typeInfoLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 

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