|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
WatchSettingsEntry case sensitive
Element
NewsFeed category
CoolBar order
CoolBar size
CoolBar visibility:
true if visible; false if invisible.
- COOLBAR_WRAPPING_KEY -
Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
- The
CoolBar wrapping
- CacheConfigurationPage - class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage.
-
Configuration page for cache specific settings.
- CacheConfigurationPage() -
Constructor for class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
-
Creates a new
CacheConfigurationPage instance.
- CacheConfigurationPage.ButtonHandler - class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage.ButtonHandler.
-
Event handler to react on
SelectionEvents triggered by
the Buttons added via the
CacheConfigurationPage.contributeButtons(Composite)
method.
- CacheConfigurationPage.ButtonHandler() -
Constructor for class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage.ButtonHandler
-
- Category - class net.sourceforge.java.feednread.backend.model.favoritestree.Category.
-
Category represents a hierarchical structure for
Favorite objects, i.e. - Category(String) -
Constructor for class net.sourceforge.java.feednread.backend.model.favoritestree.Category
-
Creates a new
Category with the specified
title.
- Category(String, String) -
Constructor for class net.sourceforge.java.feednread.backend.model.favoritestree.Category
-
Creates a new
Category with the specified
title.
- CategoryInputDialog - class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog.
-
Dialog to edit the properties of a
Category.
- CategoryInputDialog(MainApplicationWindow, Category, Category, String) -
Constructor for class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
Creates a new
CategoryInputDialog using the specified
dialog settings.
- CategorySelectionDialog - class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog.
-
Dialog to select a
Category from the
NewsFeedFavoritesTree.
- CategorySelectionDialog(MainApplicationWindow, String, Category, Category) -
Constructor for class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Creates a new
CategorySelectionDialog instance.
- CheckboxAction - class net.sourceforge.java.feednread.frontend.event.action.CheckboxAction.
-
Action to render a customized checkbox item from an
Image.
- CheckboxAction(String) -
Constructor for class net.sourceforge.java.feednread.frontend.event.action.CheckboxAction
-
Creates a new
CheckboxAction.
- CloseAllTabsAction - class net.sourceforge.java.feednread.frontend.event.action.CloseAllTabsAction.
-
This
Action closes all currently opened tabs in the
NewsFeedTabBar component.
- CloseAllTabsAction(MainApplicationWindow) -
Constructor for class net.sourceforge.java.feednread.frontend.event.action.CloseAllTabsAction
-
Creates a new
CloseAllTabsAction instance.
- CloseTabAction - class net.sourceforge.java.feednread.frontend.event.action.CloseTabAction.
-
This
Action closes the currently selected tab in the
NewsFeedTabBar component.
- CloseTabAction(MainApplicationWindow) -
Constructor for class net.sourceforge.java.feednread.frontend.event.action.CloseTabAction
-
Creates a new
CloseTabAction instance.
- CollapseAllAction - class net.sourceforge.java.feednread.frontend.event.action.CollapseAllAction.
-
Collapses the entire
NewsFeedFavoritesTree or
NewsFeedWatchesTree based on the current selection in the
SideBar component.
- CollapseAllAction(MainApplicationWindow) -
Constructor for class net.sourceforge.java.feednread.frontend.event.action.CollapseAllAction
-
Creates a new
CollapseAllAction instance.
- ColorManager - class net.sourceforge.java.feednread.backend.configuration.ColorManager.
-
Manages the
Color objects created and used within the application.
- ColorManager() -
Constructor for class net.sourceforge.java.feednread.backend.configuration.ColorManager
-
- CompositeJobProgressMonitor - class net.sourceforge.java.util.jobs.CompositeJobProgressMonitor.
-
Reports the progress of a composite
IJob, i.e. an
IJob which is segemented into several single sub tasks.
- CompositeJobProgressMonitor(IJob) -
Constructor for class net.sourceforge.java.util.jobs.CompositeJobProgressMonitor
-
Creates a new
CompositeJobProgressMonitor.
- CompositeJobStatusFormat - class net.sourceforge.java.util.jobs.CompositeJobStatusFormat.
-
Formats the
JobStatus of a composite IJob,
i.e. an IJob which is segmented into several single sub tasks.
- CompositeJobStatusFormat() -
Constructor for class net.sourceforge.java.util.jobs.CompositeJobStatusFormat
-
- ConfigurationAction - class net.sourceforge.java.feednread.frontend.event.action.ConfigurationAction.
-
Displays the application preferences in a
ConfigurationDialog.
- ConfigurationAction(MainApplicationWindow) -
Constructor for class net.sourceforge.java.feednread.frontend.event.action.ConfigurationAction
-
Creates a new
ConfigurationAction instance.
- ConfigurationDialog - class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog.
-
Dialog to manage the application configuration on end-user
side.
- ConfigurationDialog(Shell, PreferenceManager) -
Constructor for class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Creates a new
ConfigurationDialog under the control of the
given PreferenceManager.
- ConfigurationManager - class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager.
-
Manages and organizes the entire application configuration.
- ConfigurationManager() -
Constructor for class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
-
Private constructor to prevent direct instantiation.
- ConfigurationStore - class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore.
-
ConfigurationStore is an
IPersistentPreferenceStore that allows arbitrary persistent
mediums and/or persistence strategies by decoupling the
IPersistentPreferenceStore from the underlying persistence
layer. - ConfigurationStore(IConfigurationPersistenceEngine, IConfigurationPersistenceEngine) -
Constructor for class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
-
Creates a new
ConfigurationStore instance using the
specified IConfigurationPersistenceEngines for
retrieval/storage of the configuration and default settings.
- ConnectionConfigurationPage - class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage.
-
Configuration page for online connection specific settings.
- ConnectionConfigurationPage() -
Constructor for class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage
-
Creates a new
ConnectionConfigurationPage instance.
- ConnectionManager - class net.sourceforge.java.feednread.backend.configuration.ConnectionManager.
-
Manages and allocates online connections available to the application.
- ConnectionManager() -
Constructor for class net.sourceforge.java.feednread.backend.configuration.ConnectionManager
-
Creates a new
ConnectionManager instance.
- ContainerCheckedTreeViewer - class net.sourceforge.java.util.gui.jface.viewers.ContainerCheckedTreeViewer.
-
CheckboxTreeViewer with special behaviour of the checked / gray state on
container (non-leaf) nodes: The grayed state is used to visualize the checked
state of its children.
- ContainerCheckedTreeViewer(Composite) -
Constructor for class net.sourceforge.java.util.gui.jface.viewers.ContainerCheckedTreeViewer
- Constructor for ContainerCheckedTreeViewer.
- ContainerCheckedTreeViewer(Composite, int) -
Constructor for class net.sourceforge.java.util.gui.jface.viewers.ContainerCheckedTreeViewer
- Constructor for ContainerCheckedTreeViewer.
- ContainerCheckedTreeViewer(Tree) -
Constructor for class net.sourceforge.java.util.gui.jface.viewers.ContainerCheckedTreeViewer
- Constructor for ContainerCheckedTreeViewer.
- cache(URL, SyndFeedInfo) -
Method in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
Puts the specified
SyndFeedInfo object into the live
cache in memory.
- cacheDirectoryEditor -
Variable in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
-
- cacheIcon(String) -
Static method in class net.sourceforge.java.feednread.backend.configuration.ImageManager
-
Puts the icon deposited at the specified
hostUrl in the
local icon cache.
- cachePersistent(SyndFeedInfo) -
Method in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
Caches the specified
SyndFeedInfo object to a persistent
medium.
- cachedNewsFeeds -
Variable in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
- canHandleShellCloseEvent() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Returns
false if
ConfigurationManager.SEND_TO_TRAY_ON_CLOSE_KEY
is set to true.
- canModify(Object, String) -
Method in class net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier
-
Checks whether the given property of the given element can be modified.
- cancel() -
Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
-
Cancels this
NewsFeedAggregationManagerJob and all sub
NewsFeedAggregatorJobs.
- cancel() -
Method in interface net.sourceforge.java.util.jobs.IJob
-
Cancels an
IJob.
- cancel() -
Method in class net.sourceforge.java.util.jobs.Job
-
Cancels this
Job.
- cancel() -
Method in class net.sourceforge.java.util.jobs.scheduling.ScheduledJob
-
Cancels this
ScheduledJobby cancelling further executions.
- cancelScheduler(Favorite) -
Method in class net.sourceforge.java.feednread.frontend.event.action.RemoveTreeElementAction
-
Cancels the
JobManager scheduler for the
specified Favorite, i.e. if an update interval for the
specified Favorite is set the corresponding
ScheduledJob is canceled.
- cancelScheduler(Category) -
Method in class net.sourceforge.java.feednread.frontend.event.action.RemoveTreeElementAction
-
Cancels the
JobManager scheduler for the
specified Category, i.e. if an update interval for the
specified Category is set the corresponding
ScheduledJobs of the Favorites in the
Category are canceled.
- canceled -
Variable in class net.sourceforge.java.util.gui.swt.ProgressMonitor
-
true if the ProgressMonitor has been
canceled; false if running
- canceled -
Variable in class net.sourceforge.java.util.jobs.Job
-
trueif the Job has been canceled;
otherwise false
- caseSensitive -
Variable in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettingsEntry
-
true if case sensitive; false if case
insensitive matching
- caseSensitiveButton -
Variable in class net.sourceforge.java.feednread.frontend.dialog.WatchSettingsEntryInputDialog
- The
Button to toggle the case sensitive setting
- categories -
Variable in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
The converted categories (comma separated list of categories)
- category(Object) -
Method in class net.sourceforge.java.util.gui.jface.viewers.TableTreeViewerSorter
-
Returns the category of the given element.
- category(Object) -
Method in class net.sourceforge.java.util.gui.jface.viewers.TreeViewerSorter
-
Returns the category of the given element.
- categoryIntervalViewer -
Variable in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
-
ComboViewer to select the update interval of the
Category
- categoryTitle -
Variable in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
The title of the new
Category as entered by the end-user
- categoryTitleField -
Variable in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
The text field that carries the title user input
- cellModifier -
Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Describes how to edit an element in the favorites tree by querying the
corresponding value from the model and putting the updated value back
into the model again.
- cellModifier -
Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Describes how to edit an
ITreeElement by querying the
corresponding value from the model and putting the updated value back
into the model again.
- centerShell(Display, Shell) -
Static method in class net.sourceforge.java.util.gui.swt.SWTUtils
-
Centers the specified
Shell on the given
Display.
- changed(LocationEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.LocationHandler
-
This method is called when the current browser location is changed.
- changed(TitleEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.PageTitleHandler
-
This method is called when the title of the current document is
available or has changed.
- changed(ProgressEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.ProgressHandler
-
This method is called when a progress is made during the loading of
the current location.
- changed(StatusTextEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.StatusBarHandler
-
This method is called when the status text is changed.
- changing(LocationEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.LocationHandler
-
This method is called when the current location is about to change.
- characterEncodingPattern -
Static variable in class com.sun.syndication.fetcher.impl.ResponseHandler
-
- charactersRead -
Variable in class net.sourceforge.java.util.io.XmlProgressReader
- The number of characters read
- checkStyle(int) -
Static method in class net.sourceforge.java.util.gui.swt.ViewForm
-
- checked -
Variable in class net.sourceforge.java.feednread.frontend.event.action.CheckboxAction
-
true if checked; false otherwise
- classname -
Variable in class net.sourceforge.java.util.gui.jface.preference.ExtendedPreferenceNode
-
- cleanupLiveArchive() -
Method in class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
-
Cleans up the live archive.
- cleanupLiveCache() -
Method in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
Cleans up this the live cache.
- cleanupPersistentArchive() -
Method in class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
-
Cleans up the persistent archive.
- cleanupPersistentCache() -
Method in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
Cleans up the persistent cache.
- clear() -
Method in class net.sourceforge.java.feednread.frontend.components.NewsContentView
-
Clears this
NewsContentView.
- clearArchiveButton -
Variable in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
- Button to clear the entire persistent archive
- clearCacheButton -
Variable in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
- Button to clear the entire cache
- clearErrorMessage() -
Method in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
-
Clears the error message.
- clearFilterButton -
Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Button to clear the filter
- clearFilterButton -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
- The
Button to clear the filter
- clearFilterButton -
Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Button to clear the filter
- clearFilterToolBar -
Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
- The filter
ToolBar
- clearFilterToolBar -
Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
- The filter
ToolBar
- clearLastSelectedNode() -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Clear the last selected node.
- clearPersistentArchive() -
Method in class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
-
Clears this
NewsFeedArchive's persistent archive completely,
i.e. removes all ArchivedNewsFeeds.
- clearPersistentCache() -
Method in class net.sourceforge.java.feednread.backend.cache.NewsFeedCache
-
Clears this
NewsFeedCache's persistent cache completely,
i.e. removes all cached NewsFeeds.
- clone() -
Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
- Creates a deep 'bean' clone of the object.
- close() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Closes this window, disposes its shell, and removes this window from its
window manager (if it has one).
- close(CTabFolderEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar.TabHandler
-
Called when a tab has been closed.
- close() -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Closes this
CategorySelectionDialog.
- close() -
Method in class net.sourceforge.java.feednread.frontend.dialog.RemoveTreeElementDialog
-
Called when the dialog closes.
- close() -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Closes this
WatchFolderSelectionDialog.
- close() -
Method in class net.sourceforge.java.util.io.ProgressMonitorInputStream
-
Overrides
FilterInputStream.close() to close the
IProgressMonitor as well as the InputStream.
- close() -
Method in class net.sourceforge.java.util.io.XmlProgressReader
-
Overrides
XmlReader.close()
to close the progress monitor as well as the stream.
- closeAllTabs() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Closes all currently opened tabs in this
NewsFeedTabBar.
- closeSelectedTab() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Closes the currently selected tab in this
NewsFeedTabBar.
- closing(NewsFeedTableStatusChangedEvent) -
Method in class net.sourceforge.java.feednread.backend.model.favoritestree.Favorite
-
Triggered when the
NewsFeedTable is about to be closed.
- closing(NewsFeedTableStatusChangedEvent) -
Method in class net.sourceforge.java.feednread.backend.model.watchestree.Watch
-
Triggered when the
NewsFeedTable is about to be closed.
- closing(NewsFeedTableStatusChangedEvent) -
Method in interface net.sourceforge.java.feednread.frontend.components.newstable.event.INewsFeedTableStatusListener
-
Triggered when the
NewsFeedTable is about to be closed.
- closing(NewsFeedTableStatusChangedEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabItemData
-
Triggered when the
NewsFeedTable is about to be closed.
- collapseAll() -
Method in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Collapses all expanded elements in this
NewsFeedFavoritesTree.
- collapseAll() -
Method in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Collapses all expanded elements in this
NewsFeedWatchesTree.
- collectChildren(Object, ArrayList) -
Method in class net.sourceforge.java.util.gui.jface.viewers.ContainerCheckedTreeViewer
-
- collectFavorites() -
Method in class net.sourceforge.java.feednread.backend.model.favoritestree.Category
-
Recursively collects all
Favorite elements starting at
this Category.
- collectLeafs() -
Method in class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
-
Recursively collects all leafs, i.e.
- collectWatches() -
Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchFolder
-
Recursively collects all
Watch elements starting at
this WatchFolder.
- columnHeaders -
Variable in class net.sourceforge.java.util.gui.jface.preference.TableFieldEditor
- The column headers to display in the
Table
- com.sun.syndication.fetcher - package com.sun.syndication.fetcher
- Contains a basic collection of interfaces and classes for fetching ROME
based
SyndFeed objects. - com.sun.syndication.fetcher.impl - package com.sun.syndication.fetcher.impl
- Contains a concrete http based implementation of the ROME
newsfeed fetching framework.
- combineFeeds(SyndFeed, SyndFeed) -
Static method in class com.sun.syndication.fetcher.impl.AbstractFeedFetcher
- Combine the entries in two feeds into a single feed.
- compare(Viewer, Object, Object) -
Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerSorter
- Returns a negative, zero, or positive number depending on whether the
first element is less than, equal to, or greater than the second element.
- compare(Viewer, Object, Object) -
Method in class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorter
-
Returns a negative, zero, or positive number depending on whether the
first element is less than, equal to, or greater than the second element.
- compare(File, File) -
Method in class net.sourceforge.java.util.io.FileUtils.FileComparator
-
Compares two
objects.
- compare(Object, Object) -
Method in class net.sourceforge.java.util.io.FileUtils.FileComparator
-
Compares two
objects.
- compare(File, File) -
Method in class net.sourceforge.java.util.io.FileUtils.FileDateComparator
-
Compares two
objects.
- compare(File, File) -
Method in class net.sourceforge.java.util.io.FileUtils.FileNameComparator
-
Compares two
objects.
- compare(File, File) -
Method in class net.sourceforge.java.util.io.FileUtils.FileSizeComparator
-
Compares two
objects.
- compareTo(Object) -
Method in class com.sun.syndication.fetcher.impl.SyndFeedInfo
-
Compares this object with the specified object for order.
- compareTo(Object) -
Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
-
Compares this
NewsFeed to another NewsFeed
object based on the published date as returned by the
NewsFeed.getPublishedDate() method.
- compareTo(Object) -
Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
Compares this
NewsFeedEntry to another
NewsFeedEntry object.
- compareTo(Object) -
Method in class net.sourceforge.java.util.i18n.LanguageResource
-
Compares this
LanguageResource with the specified object
for order.
- compile() -
Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettings
-
Compiles this
WatchSettings, i.e. all contained
WatchSettingsEntries into a regular expression against
which the matching of NewsFeedEntries can be done.
- completed(NewsFeedAggregatorJob, NewsFeed) -
Method in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
-
Called from a
NewsFeedAggregatorJob if it has completed.
- completed(ProgressEvent) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser.ProgressHandler
-
This method is called when the current location has been completely
loaded.
- component -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData
- The component displayed in the tab
- computeSize(int, int, boolean) -
Method in class net.sourceforge.java.util.gui.swt.ViewForm
-
- computeTrim(int, int, int, int) -
Method in class net.sourceforge.java.util.gui.swt.ViewForm
-
- configPersistence -
Variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
-
- configuration -
Variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
-
- configurationData -
Variable in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Configures the enclosed
Shell of this
MainApplicationWindow.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
-
Configures the
Shell representing this
AboutDialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog
-
Configures the given
Shell in preparation for opening this
window in it.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
Configures the
Shell representing this dialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Configures the
Shell representing this
CategorySelectionDialog
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
-
Configures the
Shell representing this dialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog
-
Configures the
Shell representing this
NewsFeedLinkDialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.RemoveTreeElementDialog
-
Configures the
Shell representing this dialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderInputDialog
-
Configures the
Shell representing this dialog.
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Configures the
Shell representing this
WatchFolderSelectionDialog
- configureShell(Shell) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchSettingsEntryInputDialog
-
Configures the
Shell representing this
WatchSettingsEntryInputDialog.
- connectionClosed() -
Method in class net.sourceforge.java.feednread.backend.configuration.ConnectionManager
-
Notifies this
ConnectionManager that a previously
allocated connection slot has been freed up as the connection was
closed.
- connectionTimeoutEditor -
Variable in class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage
-
FieldEditor for the connection timeout: This specifies the
timeout (in milliseconds) to establish the connection to the host.
- contains(String) -
Method in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
-
Returns
true if the underlying configuration contains a
value for the denoted key.
- contains(NewsFeed) -
Method in class net.sourceforge.java.feednread.backend.model.newstable.AggregatedNewsFeed
-
Returns
true if the specified NewsFeed is
aggregated in this AggregatedNewsFeed.
- containsFile(File, File, boolean) -
Static method in class net.sourceforge.java.util.io.FileUtils
-
Returns
true if the specified directory
contains the specified File.
- content -
Variable in class net.sourceforge.java.util.gui.swt.ViewForm
-
- contentContainer -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
The container holding all components of the
NewsFeedMetaDataView
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar
-
The content provider to act as model layer to the address
Viewer
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
The favorites tree content provider which delivers the data from the
underlying model layer to the gui layer.
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
-
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableLabelProvider
-
The
NewsFeedTableContentProvider this
NewsFeedTableLabelProvider uses to obtain the model data.
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTableViewerSorter
- The content provider to query the underlying model
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
- The content provider to get the data from
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
The
TreeViewerContentProvider to act as model bridge
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
The
NewsFeedWatchesTreeViewerContentProvider to act as
model bridge
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.wizard.FavoriteSelectionWizardPage
- Provides the data for the
CheckBoxTreeViewer
- contentProvider -
Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchSettingsWizardPage
- Acts as model bridge for the
TableViewer
- contentProvider -
Variable in class net.sourceforge.java.util.gui.jface.preference.TableFieldEditor
- The content provider used to query the table data
- contentProvider -
Variable in class net.sourceforge.java.util.gui.jface.viewers.TableViewerSorter
-
The
ITableContentProvider used to query the underlying
model
- contentProvider -
Variable in class net.sourceforge.java.util.jobs.IdleJobStatusReaper
-
The
JobStatusTableContentProvider in which to look for
idle JobStatus instances
- contextMenuMgr -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
The internal
MenuManager used to create the context menu
- contributeButtons(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
-
Adds contributed
Buttons to this
ArchiveConfigurationPage.
- contributeButtons(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
-
Adds contributed
Buttons to this
CacheConfigurationPage.
- controlResized(ControlEvent) -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow.CoolBarResizeHandler
-
Sent when the size (width, height) of the
CoolBar
changes.
- convertAuthors() -
Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
Converts the authors of the wrapped
SyndEntry to
a single String that separates the
SyndPerson instances by commas.
- convertAuthors(List) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
Converts the specified
List of authors to a single
String that separates the SyndPerson
instances by commas.
- convertCategories() -
Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
Converts the categories of the wrapped
SyndEntry to
a single String that separates the
SyndCategory instances by commas.
- convertDescription() -
Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
Converts the description of the wrapped
SyndEntry to
valid HTML 4.01.
- convertEntities(String) -
Static method in class net.sourceforge.java.util.text.StringUtils
-
Converts HTML to text converting entities such as " back to " and
< back to < Ordinary text passes unchanged.
- convertHTML(String) -
Static method in class net.sourceforge.java.util.text.StringUtils
-
Converts the specified HTML input
String to pure raw text.
- convertToHTML(SyndEntry) -
Static method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeedEntry
-
Converts the specified news entry to HTML.
- coolBarResizeHandler -
Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
- Handles resize events in the
CoolBar
- copyFile(File, File) -
Static method in class net.sourceforge.java.util.io.FileUtils
-
Copies the
File denoted by sourcFile to the
specified targetFile.
- copyrightInfoLabel -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
The description
Label for the NewsFeed
copyright
- copyrightLabel -
Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
The
Label for the NewsFeed copyright
- createActions() -
Method in class net.sourceforge.java.feednread.frontend.event.EventCentral
-
Creates all actions defined by this application.
- createArchiveOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the archive options
Element which holds archive
specific application settings.
- createAutoCloseConfirmDialog(Shell, String, String, String, String, Image, Image, int) -
Static method in class net.sourceforge.java.feednread.frontend.dialog.DialogUtils
-
Creates an
AutoCloseConfirmationDialog instance which
displays an information message along with a confirmation
Button (OK) which closes itself after the time span as
specified by secondsToClose if the end-user does not close
the dialog before this time span elapses.
- createAutoCloseThread() -
Method in class net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog
-
Creates a
Thread that closes this
AutoCloseConfirmationDialog automatically after the time
span as specified by the secondsToClose parameter in the
constructor call.
- createBody(Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.OPMLExport
-
Creates a default OPML body section.
- createBrowserOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the browser options
Element which holds the
settings for browser specific behaviour of the application.
- createBrowserToolBarActions() -
Method in class net.sourceforge.java.feednread.frontend.event.EventCentral
-
Creates all
Actions defined by the ToolBar of the
InternalBrower component.
- createButtonBar(Composite, IMutableTreeElement) -
Method in class net.sourceforge.java.feednread.frontend.wizard.FavoriteSelectionWizardPage
-
Creates the
Button bar holding the
FavoriteSelectionWizardPage.selectAllButton and FavoriteSelectionWizardPage.deselectAllButton to
select resp. deselect all Favorites.
- createButtonBar(Composite, LanguageResource) -
Method in class net.sourceforge.java.feednread.frontend.wizard.WatchSettingsWizardPage
-
Creates the
Button bar which holds the management buttons
(add, edit, remove, remove all).
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Creates the buttons for the embedded hutton bar.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
-
Adds the buttons to this
AboutDialog's button bar.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog
-
Adds ok
Button to this
AutoCloseConfirmationDialog's button bar using the
createButton framework method.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
Creates the buttons used in this
CategoryInputDialog and
sets up their default enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Creates the buttons used in this
CategorySelectionDialog
and sets up their default enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
-
Creates the buttons used in this
FavoriteInputDialog and
sets up their default enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog
-
Creates the buttons used in this
NewsFeedLinkDialog.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.RemoveTreeElementDialog
-
Create the buttons used in this
RemoveTreeElementDialog.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderInputDialog
-
Creates the buttons used in this
WatchFolderInputDialog and
sets up their default enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Creates the buttons used in this
WatchFolderSelectionDialog
and sets up their default enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchSettingsEntryInputDialog
-
Creates the buttons used in this
WatchSettingsEntryInputDialog and sets up their default
enabled state.
- createButtonsForButtonBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.wizard.WizardDialog
-
Creates the buttons for this
WizardDialog's
Button bar.
- createCacheOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the cache options
Element which holds cache
specific application settings.
- createCategorySettingsContainer(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
-
Creates a container which holds
Category specific
settings.
- createColumns() -
Method in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Creates the
TreeColumns displayed in this
NewsFeedWatchesTree.
- createColumns(Tree) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Creates the
TreeColumns for the specified
Tree.
- createColumns(LanguageResource) -
Method in class net.sourceforge.java.feednread.frontend.wizard.WatchSettingsWizardPage
-
Creates the
TableColumns for the WatchSettingsWizardPage.settingsTable
component.
- createComponents() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the components used by this
MainApplicationWindow.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.NewsContentView
-
Creates the components used in the context of this
NewsContentView.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar
-
Creates all components required in this
NewsFeedAddressBar
context.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
-
Creates the components used in the context of this
NotificationBar.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.statusbar.StatusLine
-
Creates the components used in this
StatusLine context,
adjusts their settings and arranges the layout.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser
-
Creates all components required by this
InternalBrowser,
adjusts its settings and does the layout.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
-
Creates all components of this
MessagePanel.
- createComponents(Composite, NewsFeed) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
Creates the components used in the context of this
NewsFeedMetaDataView.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Creates all required gui components and setups the layout of this
NewsFeedTabBar.
- createComponents(Composite, NewsFeed) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
-
Creates the components used in the context of this
NewsFeedView.
- createComponents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Creates this
NewsFeedWatchesTree's sub components.
- createConfigurationStore() -
Static method in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
-
Creates the default
ConfigurationStore used to
administrate the persistant configuration settings.
- createConnectionOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the connection options
Element which holds the
settings for all connections established by the application.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the contents of this
MainApplicationWindow.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.sidebar.SideBar
-
Creates the contents of this
SideBar component.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
-
Create the contents for the receiver.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
-
Creates the contents of this
FavoritesConfigurationPage.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.GeneralConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ProxyConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
-
Creates and returns the SWT control for the customized body of this
preference page under the given parent composite.
- createContents(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
-
Creates the contents of this
AboutDialog.
- createContextMenu() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Creates the internal
MenuManager used to create the
context menu of this NewsFeedTabBar.
- createControl(Composite, int) -
Method in class net.sourceforge.java.feednread.frontend.components.statusbar.ExtendedStatusLineManager
-
Creates and returns this manager's status line control.
- createControl(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.DefaultConfigurationPage
-
Creates the control for this
DefaultConfigurationPage.
- createControl(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.DefaultFieldEditorConfigurationPage
-
Creates the control for this
DefaultFieldEditorConfigurationPage.
- createControl(Composite) -
Method in class net.sourceforge.java.feednread.frontend.wizard.FavoriteSelectionWizardPage
-
Creates the controls of this
FavoriteSelectionWizardPage.
- createControl(Composite) -
Method in class net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
-
Creates the
Controls of this
WatchBasicDataWizardPage.
- createControl(Composite) -
Method in class net.sourceforge.java.feednread.frontend.wizard.WatchSettingsWizardPage
-
Creates the controls of this
WatchSettingsWizardPage.
- createControlOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the control options
Element which
holds the information on the application control settings.
- createCoolBarManager(int) -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the
CoolBarManager of this
MainApplicationWindow.
- createCoolBarOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the
CoolBar options Element which
holds the information on the application CoolBar settings.
- createDefaultBrowserLabel(Composite, LanguageResource) -
Method in class net.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage
-
Creates a
CLabel holding the name and Image
icon of the default browser if available.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
-
Creates and returns the contents of the upper part of this
AboutDialog (above the button bar).
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog
-
Creates the dialog area of this
AutoCloseConfirmationDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
Creates the dialog area of this
CategoryInputDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Creates the dialog area of this
CategorySelectionDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
-
Creates the dialog area of this
FavoriteInputDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.NewsFeedLinkDialog
-
Creates the dialog area of this
NewsFeedLinkDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.RemoveTreeElementDialog
-
Creates the dialog area of this
RemoveTreeElementDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderInputDialog
-
Creates the dialog area of this
WatchFolderInputDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Creates the dialog area of this
WatchFolderSelectionDialog.
- createDialogArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchSettingsEntryInputDialog
-
Creates the dialog area of this
WatchSettingsEntryInputDialog.
- createDirectories() -
Static method in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
-
Create the required application directories if necessary, i.e. if the
directories denoted by the following keys do not exist:
ConfigurationManager.DEFAULT_CACHE_DIRECTORY_KEY for the cache
ConfigurationManager.DEFAULT_ARCHIVE_DIRECTORY_KEY for the archive
ConfigurationManager.DEFAULT_ENCLOSURE_DIRECTORY_KEY for rss enclosures
ConfigurationManager.DEFAULT_PODCAST_DIRECTORY_KEY for rss podcast enclosures
ConfigurationManager.DEFAULT_ICON_CACHE_DIRECTORY for the icon cache
- createDocument() -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates a default configuration
Document.
- createDocument() -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates a
Dcoument from the set
NewsFeedWatchesTreeExport.rootFolder.
- createDocument() -
Method in class net.sourceforge.java.feednread.backend.exporter.OPMLExport
-
Creates a default OPML
Document.
- createElement(Element, String, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates a new
Element in the specified
topElement using the given settings.
- createEnclosureActions() -
Method in class net.sourceforge.java.feednread.frontend.event.action.EnclosureListAction
-
Creates all sub actions of this
EnclosureListAction.
- createEnclosureOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the enclosure options
Element which holds the
settings for enclosure specific behaviour of the application.
- createExceptionArea() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
-
Creates the exception area
Composite.
- createFavoriteOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the
Favorite options Element which
holds the information on the application Favorite settings.
- createFavoriteSettingsContainer(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.FavoritesConfigurationPage
-
Creates a container which holds
Favorite specific
settings.
- createFavoritesPanel(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Creates a panel holding a form that contains a header, the favorites
tree itself and an attached toolbar.
- createFavoritesTree(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Creates the favorites tree itself, creates the underlying model and
adjusts its settings.
- createFieldEditors() -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage
-
Creates the
FieldEditors of this
ConnectionConfigurationPage.
- createFieldEditors() -
Method in class net.sourceforge.java.feednread.frontend.configuration.EnclosureConfigurationPage
-
Creates the
FieldEditors of this
EnclosureConfigurationPage.
- createFieldEditors() -
Method in class net.sourceforge.java.feednread.frontend.configuration.LanguageConfigurationPage
-
Creates the
FieldEditors of this
LanguageConfigurationPage.
- createFieldEditors() -
Method in class net.sourceforge.java.feednread.frontend.configuration.PodcastConfigurationPage
-
Creates the
FieldEditors of this
PodcastConfigurationPage.
- createFillLayout(int, int, int, int) -
Static method in class net.sourceforge.java.util.gui.swt.LayoutUtils
-
Creates a new
FillLayout using the specified settings.
- createFilterBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Creates the filter bar to hold an input field which allows an user input
to filter the favorites tree.
- createFilterBar() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Creates the filter bar to hold an input field which allows an user input
to filter news by a keyword.
- createFilterBar(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Creates the filter bar to hold an input field which allows an user input
to filter the favorites tree.
- createFilterMenu() -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
-
Creates the internal
MenuManager used to create the
filter menu of this NewsFeedTabBar.
- createFolder(WatchFolder, Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates a watch folder
Element from the specified
WatchFolder inside the denoted parent.
- createGeneralOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the general options
Element which holds general
application settings.
- createGridData(int, int, boolean, boolean, int, int, int, int) -
Static method in class net.sourceforge.java.util.gui.swt.LayoutUtils
-
Creates a new
GridData object using the specified
settings.
- createGridLayout(int, boolean, int, int, int, int, int, int, int, int) -
Static method in class net.sourceforge.java.util.gui.swt.LayoutUtils
-
Creates a new
GridLayout using the specified settings.
- createHead(Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.OPMLExport
-
Creates a default OPML head section.
- createId(URL) -
Static method in class com.sun.syndication.fetcher.impl.SyndFeedInfoUtils
-
Creates an unique id for the newsfeed at the specified
feedUrl.
- createId(String) -
Method in class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
-
Creates an unique id for the newsfeed at the specified
feedUrl.
- createImage(SyndImage) -
Static method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
-
Gets the
Image for the specified NewsFeed
related SyndImage.
- createImageDescriptor(String) -
Static method in class net.sourceforge.java.feednread.backend.configuration.ImageManager
-
Gets the
ImageDescriptor matching the specified key.
- createItem(String, Image) -
Method in class net.sourceforge.java.feednread.frontend.components.sidebar.SideBar
-
Creates a new
PShelfItem in this SideBar
component.
- createJobStatusTable(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
-
Creates and sets up the Job table by creating the required
view and model.
- createJobTableColumns() -
Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
-
Creates the
TableColumn objects for the JobStatus table
and adjusts their settings.
- createLanguageOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the language options
Element which holds the
language specific settings of the application.
- createLegend(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchSettingsEntryInputDialog
-
Creates a legend that describes the wildcards that can be used within a
keyword.
- createLogTable(Composite) -
Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
-
Creates and sets up the log table by creating the required
view and model.
- createLogTableColumns() -
Method in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
-
Creates the
TableColumn objects for the logs table and
adjusts their settings.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the
MenuManager of this
MainApplicationWindow.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
-
Creates the internal
MenuManager used to
create the context menu of this
NewsFeedFavoritesTree
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
-
Creates the internal
MenuManager used to
create the context menu of this
NewsFeedTable
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
-
Creates the internal
MenuManager used to create the
context menu of this NewsFeedWatchesTree
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.event.action.AggregateAction
-
Creates the
MenuManager used by this
AggregateAction.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.event.action.EnclosureListAction
-
Creates the
MenuManager used by this
EnclosureListAction.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.event.action.ExportAction
-
Creates the
MenuManager used by this
AggregateAction.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.event.action.ImportAction
-
Creates the
MenuManager used by this
AggregateAction.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction
-
Creates the
MenuManager used by this
NewTreeElementAction.
- createMenuManager() -
Method in class net.sourceforge.java.feednread.frontend.tray.TrayHandler
-
Creates the internal
MenuManager used to manage the
system tray menu of this application.
- createMessageArea(Composite, Label) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
-
Creates the message area of this
MessagePanel.
- createMessageAreaData() -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Create the layout data for the message area.
- createNewsFeedContainer(NewsFeed) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
-
Creates the newsfeed container which holds the newsfeed header
and the
NewsFeedTable component.
- createNewsFeedTab(NewsFeed) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
-
Creates a new tab that displays the specified
NewsFeed.
- createNewsFeedTab(Favorite) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
-
Creates a new tab that displays the
NewsFeed held by the
specified Favorite.
- createNewsFeedTab(Favorite[], AggregatedNewsFeed) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
-
Creates a new tab that displays the specified
AggregatedNewsFeed bound to the specified
Favorites.
- createNewsFeedTab(Watch) -
Method in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
-
Creates a new tab that displays the specified
Watch.
- createNotificationShell() -
Method in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
-
Creates the
Shell used to display notifications
in the system tray.
- createObject(String) -
Method in class net.sourceforge.java.util.gui.jface.preference.ExtendedPreferenceNode
-
Creates a new instance of the given class
className.
- createPage() -
Method in class net.sourceforge.java.util.gui.jface.preference.ExtendedPreferenceNode
-
Creates the
PreferencePage according to the settings in
this ExtendedPreferenceNode.
- createPodcastOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the podcast options
Element which holds the
settings for podcast specific behaviour of the application.
- createPreferenceTree(LanguageResource, PreferenceManager) -
Method in class net.sourceforge.java.feednread.frontend.event.action.ConfigurationAction
-
Creates the preference tree structure.
- createProxyOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the proxy server options
Element which holds the
settings for the proxy server to be used for all connections established
by the application.
- createQuestionDialog(Shell, String, String, Image) -
Static method in class net.sourceforge.java.feednread.frontend.dialog.DialogUtils
-
Creates a question dialog.
- createReaper() -
Method in class net.sourceforge.java.util.jobs.JobStatusTableContentProvider
-
Creates an
IdleJobStatusReaper and binds it to
this JobStatusTableContentProvider.
- createRefreshIntervalContainer(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
-
Creates a container which holds all ui items to select the update
interval of a
Category.
- createRefreshIntervalContainer(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
-
Creates a container which holds all ui items to select the update
interval of a
Favorite.
- createRefreshStatusContainer(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
-
Creates a container which shows information on the current refresh
status of a
Favorite.
- createSash(Composite, Control) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Create the
Sashwith left control on the left.
- createShell() -
Method in class net.sourceforge.java.feednread.frontend.SplashScreen
-
Creates the
Shell to hold this SplashScreen.
- createStatusLineManager() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the
StatusLineManager of this
MainApplicationWindow.
- createSubActions() -
Method in class net.sourceforge.java.feednread.frontend.event.action.AggregateAction
-
Creates all sub actions of this
AggregrateAction
- createSubActions() -
Method in class net.sourceforge.java.feednread.frontend.event.action.ExportAction
-
Creates all sub actions of this
ExportAction
- createSubActions() -
Method in class net.sourceforge.java.feednread.frontend.event.action.ImportAction
-
Creates all sub actions of this
ImportAction
- createSubActions() -
Method in class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction
-
Creates all sub
Actions of this
NewTreeElementAction.
- createTitleArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
-
Creates the wizard's title area.
- createTitleArea(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
-
Creates this
AboutDialog's title area.
- createToolBarActions() -
Method in class net.sourceforge.java.feednread.frontend.event.EventCentral
-
Creates all ToolBar specific
Actions.
- createTray() -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the tray control and notification handler.
- createTrayItem() -
Method in class net.sourceforge.java.feednread.frontend.tray.TrayHandler
-
Creates the
TrayItem for this application.
- createTrayOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the tray options
Element which holds the
settings for tray specific behaviour of the application.
- createTree(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
-
Creates the
TreeViewer and Tree instance
used to select a single Category from the
NewsFeedFavoritesTree.
- createTree(Composite) -
Method in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
-
Creates the
TreeViewer and Tree instance
used to select a single WatchFolder from the
NewsFeedWatchesTree.
- createTrimWidgets(Shell) -
Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
-
Creates the trim widgets around the content area of this
MainApplicationWindow
- createUniqueUrl() -
Method in class net.sourceforge.java.feednread.backend.model.newstable.AggregatedNewsFeed
-
Creates an unique url for this
AggregatedNewsFeed.
- createWatch(Watch, Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates a watch
Element from the specified
Watch inside the denoted folderElem.
- createWatchSettings(Watch, Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates the watch settings
Element for the specified
Watch inside the denoted watchElem.
- createWatchSettingsEntries(WatchSettingsEntry[], Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates the watch settings entries
Elements inside the
denoted settingsElem using the given entries.
- createWatchedElements(IMutableTreeElement[], Element) -
Method in class net.sourceforge.java.feednread.backend.exporter.NewsFeedWatchesTreeExport
-
Creates the watched elements
Elements inside the denoted
elementsElem using the given watchedElements.
- createWindowOptions(Element, Namespace) -
Method in class net.sourceforge.java.feednread.backend.configuration.XMLConfigurationPersistenceEngine
-
Creates the window options
Element which holds the
information on the application window settings.
- creationDate -
Variable in class net.sourceforge.java.feednread.backend.importer.OPMLImport
- The creation date of the parsed OPML
Document
- csvToArray(String, char) -
Static method in class net.sourceforge.java.util.text.StringUtils
-
Uses the specified
delimiter to convert the
input to an array of single String
elements.
- csvToIntArray(String, char) -
Static method in class net.sourceforge.java.util.text.StringUtils
-
Uses the specified
delimiter to convert the
input to an array of single int/code>
values.
- csvToPointArray(String, char) -
Static method in class net.sourceforge.java.util.text.StringUtils
-
Uses the specified
delimiter to convert the
input to an array of single Point elements.
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||