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

M

MAIN_VIEW_DIVIDER_RATIO_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The key to acces the main view divider ratio
MARK_ALL_NEWS_READ_ON_CLOSE_TAB - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
true if all news of a NewsFeed have to be marked as read when closing a tab; false otherwise
MAXIMIZED_NEWS_VIEW - Static variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Constant for the maximized news view (NewsFeedTabBar + NewsContentView)
MAX_ARCHIVE_ITEM_SIZE_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum of news items in an archived newsfeed
MAX_CONNECTIONS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum of parallel connections
MAX_LIVE_ARCHIVE_SIZE_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum live archive size in newsfeeds
MAX_LIVE_CACHE_SIZE_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum live cache size in newsfeeds
MAX_PERSISTENT_ARCHIVE_SIZE_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum archive size in kilobytes
MAX_PERSISTENT_CACHE_SIZE_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum persistent cache size in kilobytes
MAX_TRAY_NOTIFICATION_NEWS_KEY - Static variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationManager
The maximum number of news titles to display in a tray notification.
MEDIA_TYPES - Static variable in class net.sourceforge.java.util.io.MIMEUtils
The defined mime media types
MIMEUtils - class net.sourceforge.java.util.io.MIMEUtils.
Defines default mime type constants.
MIMEUtils() - Constructor for class net.sourceforge.java.util.io.MIMEUtils
 
MainApplicationWindow - class net.sourceforge.java.feednread.frontend.MainApplicationWindow.
The Feed'n Read main window holding all accessible application components.
MainApplicationWindow(SplashScreen) - Constructor for class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Creates the MainApplicationWindow and disposes the specified SplasScreen when finished.
MainApplicationWindow.CoolBarResizeHandler - class net.sourceforge.java.feednread.frontend.MainApplicationWindow.CoolBarResizeHandler.
Handles the resize of the enclosing Shell if the visual CoolBar representation of the CoolBarManager is resized due to rearrangements.
MainApplicationWindow.CoolBarResizeHandler() - Constructor for class net.sourceforge.java.feednread.frontend.MainApplicationWindow.CoolBarResizeHandler
 
MainApplicationWindow.ShellHandler - class net.sourceforge.java.feednread.frontend.MainApplicationWindow.ShellHandler.
Handles ShellEvents to map the application's tray behaviour.
MainApplicationWindow.ShellHandler() - Constructor for class net.sourceforge.java.feednread.frontend.MainApplicationWindow.ShellHandler
 
MarkNewsReadAction - class net.sourceforge.java.feednread.frontend.event.action.MarkNewsReadAction.
This Action marks a single NewsFeedEntry as read in the currently selected NewsFeed tab in the NewsFeedTabBar component.
MarkNewsReadAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.MarkNewsReadAction
Creates a new MarkNewsReadAction instance.
MarkNewsUnreadAction - class net.sourceforge.java.feednread.frontend.event.action.MarkNewsUnreadAction.
This Action marks a single NewsFeedEntry as unread in the currently selected NewsFeed tab in the NewsFeedTabBar component.
MarkNewsUnreadAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.MarkNewsUnreadAction
Creates a new MarkNewsUnreadAction instance.
MarkTabReadAction - class net.sourceforge.java.feednread.frontend.event.action.MarkTabReadAction.
This Action marks all NewsFeedEntries inside a NewsFeed tab in the NewsFeedTabBar component as read.
MarkTabReadAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.MarkTabReadAction
Creates a new MarkTabReadAction instance.
MarkTreeElementReadAction - class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction.
Marks an ITreeElement as read.
MarkTreeElementReadAction(MainApplicationWindow) - Constructor for class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
Creates a new MarkTreeElementReadAction instance.
MessagePanel - class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel.
Panel to display user defined messages.
MessagePanel(Composite, String, String, String, int) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
Creates a new MessagePanel instance.
MessagePanel(Composite, String, Throwable) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
Creates a new MessagePanel instance which displays a Throwable including its stack trace.
MessageTabItemData - class net.sourceforge.java.feednread.frontend.components.tabbar.MessageTabItemData.
Data class for CTabItems that hold a MessagePanel component and display it in the NewsFeedTabBar ui component.
MessageTabItemData(MainApplicationWindow, CTabItem, MessagePanel) - Constructor for class net.sourceforge.java.feednread.frontend.components.tabbar.MessageTabItemData
Creates a new MessageTabItemData instance.
MutableTreeElement - class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement.
Default IMutableTreeElement implementation which can be used to create and organize hierarchical structures in JFace TreeViewer instances.
MutableTreeElement() - Constructor for class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
Creates a new MutableTreeElement which is allowed to have sub elements by default.
MutableTreeElement(Object) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
Creates a new MutableTreeElement associated to the specified data Object which is allowed to have sub elements by default.
MutableTreeElement(Object, boolean) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.MutableTreeElement
Creates a new MutableTreeElement associated to the specified data Object and allowing sub elements depending on the given allowsSubElements flag.
MutableTreeElementEvent - class net.sourceforge.java.util.gui.jface.viewers.event.MutableTreeElementEvent.
Event triggered by aMutableTreeElement instances if one of its properties or its internal structure has changed.
MutableTreeElementEvent(IMutableTreeElement, IMutableTreeElement) - Constructor for class net.sourceforge.java.util.gui.jface.viewers.event.MutableTreeElementEvent
Creates a new MutableTreeElementEvent instance using the specified affected elements.
main(String[]) - Static method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Feed'n Read Startup method.
mainContainer - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The container holding all application components
mainMenu - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Main menu
mainViewDivider - Variable in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
The sash dividing the news area (NewsFeedTabBar + NewsContentView) and the NewsFeedFavoritesTree
mainWindow - Variable in class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedFavoritesTreeOPMLImportJob
 
mainWindow - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedParserJob
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedUpdateManagerJob
 
mainWindow - Variable in class net.sourceforge.java.feednread.backend.jobs.TreeImportJob
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.NewsContentView
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.addressbar.NewsFeedAddressBar
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.sidebar.SideBar
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.AbstractTabItemData
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.InternalBrowser
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.TabManager
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.AboutDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.CategoryInputDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.CategorySelectionDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.FavoriteInputDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderInputDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.dialog.WatchFolderSelectionDialog
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.EventCentral
 
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AboutAction
 
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AddCategoryAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AddFavoriteAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AddWatchAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AddWatchFolderAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AdjustNewsFeedTableColumnsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AggregateAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AggregateAllAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.AggregateCategoryAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.CloseAllTabsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.CloseTabAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.CollapseAllAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ConfigurationAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ExitAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ExpandAllAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ExportAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ImportAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.MarkNewsReadAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.MarkNewsUnreadAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.MarkTabReadAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NewsContentViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NewsFeedAddressBarViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NewsFeedTabBarViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NextNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NextTabAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NextUnreadNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.NotificationBarViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OPMLExportAllAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OPMLExportCategoryAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OPMLImportAllAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OPMLImportCategoryAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OpenNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OpenNewsFeedAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.OpenNewsInExternalBrowserAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.PreviousTabAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.RemoveTreeElementAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowAllNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowApplicationAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowLicenseAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowTaggedNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowUnreadNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ShowWebPageAction
 
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.SideBarViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.TagNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.ToolBarViewAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.TreeElementPropertiesAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.UntagNewsAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.UpdateNewsFeedFavoriteAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.UpdateNewsFeedFavoritesTreeAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.UpdateNewsFeedTabAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.event.action.UpdateTreeElementAction
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayHandler
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.wizard.FavoriteSelectionWizardPage
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchBasicDataWizardPage
The Feed'n Read main window
mainWindow - Variable in class net.sourceforge.java.feednread.frontend.wizard.WatchWizard
The Feed'n Read main window
makeBold(Font) - Static method in class net.sourceforge.java.util.gui.swt.FontUtils
Makes the specified Font bold.
makePersistent(ArchivedNewsFeed) - Method in class net.sourceforge.java.feednread.backend.archive.NewsFeedArchive
Makes the specified ArchivedNewsFeed persistent by writing it back to the persistent medium, e.g. the local harddisk.
manager - Variable in class net.sourceforge.java.util.jobs.Job
The JobManager that is responsible for this Job
marginHeight - Variable in class net.sourceforge.java.util.gui.swt.ViewForm
marginHeight specifies the number of pixels of vertical margin that will be placed along the top and bottom edges of the form.
marginWidth - Variable in class net.sourceforge.java.util.gui.swt.ViewForm
marginWidth specifies the number of pixels of horizontal margin that will be placed along the left and right edges of the form.
markAllNewsReadOnCloseTab - Variable in class net.sourceforge.java.feednread.frontend.configuration.GeneralConfigurationPage
FieldEditor for the mark all news read on close tab setting
markAllRead() - Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
Marks all news as read.
markAllRead() - Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Marks all news as read.
markAllUnread() - Method in class net.sourceforge.java.feednread.backend.model.newstable.NewsFeed
Marks all news as unread.
markAllUnread() - Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Marks all news as unread.
markAsRead(NewsFeedEntry) - Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Marks the specified news as read.
markAsUnread(NewsFeedEntry) - Method in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
Marks the specified news as unread.
markRead(Favorite, NewsFeedTabBar) - Method in class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
Marks the specified Favorite as read.
markRead(Category, NewsFeedTabBar) - Method in class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
Marks the specified Category as read, i.e. recurisvely marks all Favorites as read.
markRead(WatchFolder, NewsFeedTabBar) - Method in class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
Marks the specified WatchFolder as read, i.e. recurisvely marks all Watches as read.
markRead(Watch, NewsFeedTabBar) - Method in class net.sourceforge.java.feednread.frontend.event.action.MarkTreeElementReadAction
Marks the specified Watch as read.
match(NewsFeed) - Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettings
Selects all NewsFeedEntry objects from the specified NewsFeed that match this WatchSettings.
match(NewsFeedEntry) - Method in class net.sourceforge.java.feednread.backend.model.watchestree.WatchSettings
Determines if the specified NewsFeedEntry matches against this WatchSettings.
maxArchiveItemSizeEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
The FieldEditor for the max archive item size
maxLiveArchiveSizeEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
The FieldEditor for the max live archive size
maxLiveCacheEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
 
maxNotificationNews - Variable in class net.sourceforge.java.feednread.frontend.tray.TrayNotificationHandler
The maximum number of news titles to display in a tray notification
maxParallelConnectionsEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ConnectionConfigurationPage
FieldEditor for the maximum parallel connections established by the application
maxPersistentArchiveSizeEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.ArchiveConfigurationPage
The FieldEditor for the max persistent archive size
maxPersistentCacheEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.CacheConfigurationPage
 
maxTrayNotificationNewsEditor - Variable in class net.sourceforge.java.feednread.frontend.configuration.TrayConfigurationPage
FieldEditor for the maximum number of news to display in a notification popup
maximize(int) - Method in class net.sourceforge.java.feednread.frontend.MainApplicationWindow
Maxmimizes the specified component(s).
maximizeButton - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedTabBar
The Button to maximize the NewsFeedTabBar
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree
The internal MenuManager used to create the context Menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.components.newstable.NewsFeedTable
 
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.components.watchestree.NewsFeedWatchesTree
The MenuManager to construct the context menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.event.action.AggregateAction
The MenuManager used by this Action to create the sub menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.event.action.EnclosureListAction
The MenuManager used by this Action to create the sub menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.event.action.ExportAction
The MenuManager used by this Action to create the sub menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.event.action.ImportAction
The MenuManager used by this Action to create the sub menu
menuMgr - Variable in class net.sourceforge.java.feednread.frontend.event.action.NewTreeElementAction
The MenuManager used by this NewTreeElementAction to create the sub menu
message - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
message - Variable in class net.sourceforge.java.feednread.frontend.dialog.AutoCloseConfirmationDialog
The message to display
messageArea - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
messageArea - Variable in class net.sourceforge.java.feednread.frontend.configuration.ConfigurationDialog
The customized DialogMessageArea
messageColumn - Variable in class net.sourceforge.java.feednread.frontend.components.notificationbar.NotificationBar
Log table: Message column
messageComposite - Variable in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
 
messageImageLabel - Variable in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
 
messageInfoLabel - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.MessagePanel
 
messageLabel - Variable in class net.sourceforge.java.feednread.frontend.components.statusbar.StatusLine
The CLabel to hold the status message
messageText - Variable in class net.sourceforge.java.feednread.frontend.configuration.DialogMessageArea
 
metaDataContainerScroller - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedMetaDataView
The scrollable container holding the content container to enable scrolling
metaDataView - Variable in class net.sourceforge.java.feednread.frontend.components.tabbar.NewsFeedView
 
modificationEnabled - Variable in class net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier
true if modification is enabled; false if disabled
modified - Variable in class net.sourceforge.java.feednread.backend.configuration.ConfigurationStore
 
modify(Object, String, Object) - Method in class net.sourceforge.java.util.gui.jface.viewers.TreeCellModifier
Modifies the value for the given property of the given element.
monitor - Variable in class com.sun.syndication.fetcher.impl.HttpURLFeedFetcher
The IProgressMonitor to report the progress of a newsfeed retrieval operation to.
monitor - Variable in class net.sourceforge.java.feednread.backend.importer.NewsFeedFavoritesTreeOPMLImport
The IProgressMonitor to report the progress of the import to
monitor - Variable in class net.sourceforge.java.feednread.backend.importer.NewsFeedWatchesTreeImport
The IProgressMonitor to report the progress of the import to
monitor - Variable in class net.sourceforge.java.feednread.backend.jobs.NewsFeedAggregationManagerJob
The IProgressMonitor of the aggregation manager Job
monitor - Variable in class net.sourceforge.java.util.io.ProgressMonitorInputStream
The IProgressMonitor to report the reading status to
monitor - Variable in class net.sourceforge.java.util.io.XmlProgressReader
The IProgressMonitor to report the reading status to
monitor - Variable in class net.sourceforge.java.util.jobs.JobThread
The IProgressMonitor to report the progress of the IJob to
monitor - Variable in class net.sourceforge.java.util.jobs.scheduling.ScheduledJob
The IProgressMonitor to use for reporting the progress of the wrapped IJob
myRand - Static variable in class net.sourceforge.java.util.system.RandomGUID
 
mySecureRand - Static variable in class net.sourceforge.java.util.system.RandomGUID
 

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