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

A

AMPHETARATE_REGISTRATION_URL - Static variable in class net.sourceforge.rssowl.util.shop.URLShop
Following this URL a new AmphetaRate User ID is returned
ANIMATION_DELAY - Static variable in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Delay animation for performance reasons
ARCHIVE_DIR - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Dir to write the archive.
AUTH_TOKENIZER - Static variable in class net.sourceforge.rssowl.util.shop.StringShop
Custom Tokenizer for Authentication Strings
AUTO_CLOSE_TIME - Static variable in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Time after the popup is closed automatically
AboutDialog - class net.sourceforge.rssowl.controller.dialog.AboutDialog.
Class displays a Dialog with info about RSSOwl
AboutDialog(Shell, String) - Constructor for class net.sourceforge.rssowl.controller.dialog.AboutDialog
Creates an about dialog with an OK button.
AbstractFeedParser - class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser.
Abstract class of all parser classes in RSSOwl.
AbstractFeedParser(Document, Channel, String) - Constructor for class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Instantiate a new Parser for this format.
AbstractFeedParser(Document, Channel, String, Namespace[]) - Constructor for class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Instantiate a new Parser for this format.
AbstractSorter - class net.sourceforge.rssowl.controller.sort.AbstractSorter.
Abstract class implementing Comparator and taking a Hashtable of RSSNewsItems as the list of elements givin the ordering consists of keys to retrieve those RSSNewsItems from the Hashtable.
AbstractSorter(Hashtable) - Constructor for class net.sourceforge.rssowl.controller.sort.AbstractSorter
Creates a new instance of AbstractSorter.
AggregationLoader - class net.sourceforge.rssowl.controller.thread.AggregationLoader.
Load multiple RSSChannels from a TreeSet holding the favorites titles.
AggregationLoader(TreeSet, Category, GUI, String) - Constructor for class net.sourceforge.rssowl.controller.thread.AggregationLoader
Instantiate a new AggregationLoader
AggregationLoader(TreeSet, Category, GUI, String, String) - Constructor for class net.sourceforge.rssowl.controller.thread.AggregationLoader
Instantiate a new AggregationLoader
AmphetaRateProperties - class net.sourceforge.rssowl.controller.properties.AmphetaRateProperties.
Class displays a PropertyPage to configure AmphetaRate in RSSOwl
AmphetaRateProperties(Composite, GUI) - Constructor for class net.sourceforge.rssowl.controller.properties.AmphetaRateProperties
Instatiate a new AmphetaRateProperties PropertyPage
AmphetaRateThread - class net.sourceforge.rssowl.controller.thread.AmphetaRateThread.
This class is used to implement AmphetaRate functionality to RSSOwl.
AmphetaRateThread() - Constructor for class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Instantiate a new AmphetaRateThread
Archive - class net.sourceforge.rssowl.util.archive.Archive.
The Archive stores all archive items in a Hashtable.
Archive(ArchiveManager) - Constructor for class net.sourceforge.rssowl.util.archive.Archive
Instantiate a new Archive
ArchiveEntry - class net.sourceforge.rssowl.util.archive.ArchiveEntry.
An archive entry is the smallest unit in the RSSOwl archive.
ArchiveEntry(String, String, String) - Constructor for class net.sourceforge.rssowl.util.archive.ArchiveEntry
Instantiate a new ArchiveEntry
ArchiveIndex - class net.sourceforge.rssowl.util.archive.ArchiveIndex.
The index of the archive contains of a simple Hashtable that holds keys and values: - Key: Unique feedurl - Value: Unique filename Any feedurl from the index points to the file that stores the archive item of the feedurl.
ArchiveIndex(ArchiveManager) - Constructor for class net.sourceforge.rssowl.util.archive.ArchiveIndex
Instantiate a new ArchiveIndex
ArchiveItem - class net.sourceforge.rssowl.util.archive.ArchiveItem.
An archive item is a Model Object that stores archive entries.
ArchiveItem(String) - Constructor for class net.sourceforge.rssowl.util.archive.ArchiveItem
Instantiate a new ArchiveItem
ArchiveManager - class net.sourceforge.rssowl.util.archive.ArchiveManager.
The ArchiveManager handles loading and saving of the archive on startup and shutdown.
ArchiveManager() - Constructor for class net.sourceforge.rssowl.util.archive.ArchiveManager
Instantiate a new ArchiveManager
Atom_0_3_Parser - class net.sourceforge.rssowl.dao.feedparser.Atom_0_3_Parser.
Parser for the Atom 0.3 Format
Specification: http://bitworking.org/projects/atom/draft-gregorio-09.html
Atom_0_3_Parser(Document, Channel, String, Namespace[]) - Constructor for class net.sourceforge.rssowl.dao.feedparser.Atom_0_3_Parser
Instantiate a new Parser for this format.
AuthorSorter - class net.sourceforge.rssowl.controller.sort.AuthorSorter.
Class used to compare two RSSNewsItems by author.
AuthorSorter(Hashtable) - Constructor for class net.sourceforge.rssowl.controller.sort.AuthorSorter
Creates a new instance of RSSOwlAuthorSorting.
abnormalShutDown() - Method in class net.sourceforge.rssowl.controller.GUI
This method is called from the Shutdown Hook Thread in case RSSOwl was shut down not the normal way (e.g. the OS is shutting down).
about - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
aboutbanner - Variable in class net.sourceforge.rssowl.controller.dialog.AboutDialog
 
actionAddToFavorites() - Method in class net.sourceforge.rssowl.controller.EventManager
Add displayed newsfeed to favorites
actionAddToFavorites(String, String) - Method in class net.sourceforge.rssowl.controller.EventManager
Add displayed newsfeed to favorites
actionAggregateAllCategories() - Method in class net.sourceforge.rssowl.controller.EventManager
Open all favorits
actionAggregateCategory(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Open all favorits of the selected category and subcategorys
actionAggregateCategory(Category, String, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Open all favorits of the selected category and subcategorys
actionBlogNews() - Method in class net.sourceforge.rssowl.controller.EventManager
Blog displayed newsfeed
actionCategoryToOPML() - Method in class net.sourceforge.rssowl.controller.EventManager
Export selected category into OPML format
actionCategoryToOPML(Category) - Method in class net.sourceforge.rssowl.controller.EventManager
Export selected category into OPML format
actionCategoryToOPML(Category, String) - Method in class net.sourceforge.rssowl.controller.EventManager
Export selected category into OPML format
actionCheckUpdate() - Method in class net.sourceforge.rssowl.controller.EventManager
Check for an updated RSSOwl version
actionCloseAll() - Method in class net.sourceforge.rssowl.controller.EventManager
Close all opened tabs
actionCloseCurrent() - Method in class net.sourceforge.rssowl.controller.EventManager
Close displayed tab
actionCopyBlogrollXmlLocation() - Method in class net.sourceforge.rssowl.controller.EventManager
Copy the location of the blogroll XML to clipboard
actionCopyFavoritesXmlLocation() - Method in class net.sourceforge.rssowl.controller.EventManager
Copy the XML location of the selected favorite
actionCopyNewsUrl() - Method in class net.sourceforge.rssowl.controller.EventManager
Copy URL of selected newsitem
actionCopyText(Control) - Method in class net.sourceforge.rssowl.controller.EventManager
Copy text into clipboard
actionDeleteBlogroll() - Method in class net.sourceforge.rssowl.controller.EventManager
Remove the selected blogroll
actionDeleteCategory() - Method in class net.sourceforge.rssowl.controller.EventManager
Delete the selected category
actionDeleteFavorite() - Method in class net.sourceforge.rssowl.controller.EventManager
Delete the selected feed
actionDiscoverFeeds(String) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the dialog to discover newsfeeds on a website with the given URL.
actionDiscoverFeeds() - Method in class net.sourceforge.rssowl.controller.EventManager
Open the dialog to discover newsfeeds on a website
actionDisplayNextNews(boolean) - Static method in class net.sourceforge.rssowl.controller.NewsTable
Display the next news in the table.
actionDisplayNextNews(CTabItem, boolean) - Static method in class net.sourceforge.rssowl.controller.NewsTable
Try to select the next (unread/read) news from the given TabItem
actionEditBlogroll() - Method in class net.sourceforge.rssowl.controller.EventManager
Edit the selected Blogroll
actionEditCategory() - Method in class net.sourceforge.rssowl.controller.EventManager
Edit a category
actionEditFavorite() - Method in class net.sourceforge.rssowl.controller.EventManager
Edit a favorite
actionExit() - Method in class net.sourceforge.rssowl.controller.EventManager
Exit application
actionExportFeed(int) - Method in class net.sourceforge.rssowl.controller.EventManager
Export displayed newsfeed to pdf, rtf or html
actionExportFeed(int, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Export displayed newsfeed to pdf, rtf or html
actionExportSettings(Shell) - Method in class net.sourceforge.rssowl.controller.EventManager
Export settings to local file
actionFavoriteToOPML() - Method in class net.sourceforge.rssowl.controller.EventManager
Generate OPML from selected favorite
actionGotoNextNews() - Method in class net.sourceforge.rssowl.controller.EventManager
Goto next news (either read or unread)
actionGotoNextTab() - Method in class net.sourceforge.rssowl.controller.EventManager
Goto next tab
actionGotoNextUnreadNews() - Method in class net.sourceforge.rssowl.controller.EventManager
Goto next unread news
actionGotoPreviousTab() - Method in class net.sourceforge.rssowl.controller.EventManager
Goto previous tab
actionHandleTreeItemSelect() - Method in class net.sourceforge.rssowl.controller.EventManager
The user has selected to open a TreeItem.
actionImportBlogroll() - Method in class net.sourceforge.rssowl.controller.EventManager
Import a synchronized Blogroll
actionImportOPML() - Method in class net.sourceforge.rssowl.controller.EventManager
Import favorites using a OPML file
actionImportSettings(Shell) - Method in class net.sourceforge.rssowl.controller.EventManager
Import settings from local file
actionMailNewsTip() - Method in class net.sourceforge.rssowl.controller.EventManager
Create a newstip mail
actionMarkAllCategoriesRead() - Method in class net.sourceforge.rssowl.controller.EventManager
Mark the favorites on all categories read
actionMarkAllNewsRead() - Method in class net.sourceforge.rssowl.controller.EventManager
Mark news of selected feed read
actionMarkAllNewsRead(Channel) - Method in class net.sourceforge.rssowl.controller.EventManager
Mark news of given feed read and also update the table in the tabitem that displays the feed.
actionMarkAllNewsRead(Channel, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Mark news of given feed read
actionMarkCategoryRead() - Method in class net.sourceforge.rssowl.controller.EventManager
Mark the favorites on an entire category read
actionMarkCategoryRead(Category, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Mark the favorites on an entire category read
actionMarkFavoriteRead() - Method in class net.sourceforge.rssowl.controller.EventManager
Mark all news of the selected favorite read
actionMarkFavoriteRead(Favorite) - Method in class net.sourceforge.rssowl.controller.EventManager
Mark all news of the given favorite read
actionMarkFavoriteRead(Favorite, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Mark all news of the given favorite read
actionMarkNewsUnread() - Method in class net.sourceforge.rssowl.controller.EventManager
Mark selected news unread
actionMinimizeWindow() - Method in class net.sourceforge.rssowl.controller.EventManager
Minimize application window
actionNavigateNews(boolean) - Method in class net.sourceforge.rssowl.controller.NewsTable
Display the selected news in the table
actionNewCategory(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Add a new category
actionNewCategory(Shell, Category) - Method in class net.sourceforge.rssowl.controller.EventManager
Add a new category
actionNewFavorite() - Method in class net.sourceforge.rssowl.controller.EventManager
Add a new newsfeed favorite
actionNewFavorite(String, String, Category) - Method in class net.sourceforge.rssowl.controller.EventManager
Display the "New favorite" dialog and create the new favorite if possible
actionOpenAbout() - Method in class net.sourceforge.rssowl.controller.EventManager
Show the about dialog
actionOpenFAQ() - Method in class net.sourceforge.rssowl.controller.EventManager
Open the FAQ.
actionOpenFeed(String) - Method in class net.sourceforge.rssowl.controller.EventManager
Open a newsfeed into the tabfolder
actionOpenFeed() - Method in class net.sourceforge.rssowl.controller.EventManager
Open newsfeed from the given path
actionOpenNewsURL(String) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the URL of the given news in the browser
actionOpenPreferences() - Method in class net.sourceforge.rssowl.controller.EventManager
Show RSSOwl's preferences in a dialog
actionOpenTutorial() - Method in class net.sourceforge.rssowl.controller.EventManager
Show RSSOwl's tutorial in the browser
actionOpenURL(String) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the URL in the browser
actionOpenURL(String, boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the URL in the browser
actionOpenURLExternal(String) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the URL in the external browser
actionPrintNews() - Method in class net.sourceforge.rssowl.controller.EventManager
Print newstext of displayed news
actionRateNews(NewsItem, int) - Method in class net.sourceforge.rssowl.controller.EventManager
Rate a news (AmphetaRate)
actionReload() - Method in class net.sourceforge.rssowl.controller.EventManager
Reload displayed newsfeed
actionReloadAllCategories() - Method in class net.sourceforge.rssowl.controller.EventManager
Reload all favorits
actionReloadFeed() - Method in class net.sourceforge.rssowl.controller.EventManager
Load selected feed in the tree from source
actionRenameSelectedItem() - Method in class net.sourceforge.rssowl.controller.EventManager
Rename the selected TreeItem (in place)
actionSaveFeed() - Method in class net.sourceforge.rssowl.controller.EventManager
Save displayed feed to local file
actionSearch() - Method in class net.sourceforge.rssowl.controller.EventManager
Search in displayed newsfeed
actionSearchFeeds() - Method in class net.sourceforge.rssowl.controller.EventManager
Open the dialog to search for newsfeeds
actionSearchInAllCategories() - Method in class net.sourceforge.rssowl.controller.EventManager
Search in all categories
actionSearchInCategory() - Method in class net.sourceforge.rssowl.controller.EventManager
Search in an entire category
actionSearchInCategory(Category) - Method in class net.sourceforge.rssowl.controller.EventManager
Search in an entire category
actionSearchInFeed() - Method in class net.sourceforge.rssowl.controller.EventManager
Perform fulltext search in a feed
actionSelectNews(Table, int) - Method in class net.sourceforge.rssowl.controller.NewsTable
Select the index on the given Newstable
actionSetBrowserView(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Set / Unset the internal browser view on the newstext to have HTML formatted.
actionSetProxyOnTreeItem(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Enable / Disable use of proxy for this category / favorite
actionShowLicense() - Method in class net.sourceforge.rssowl.controller.EventManager
Show the CPL license in a new tab
actionShowQuickview(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Show / Hide the quickview control
actionShowToolBar(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Show / Hide the toolbar control
actionShowWelcome() - Method in class net.sourceforge.rssowl.controller.EventManager
Show the welcome tab
actionSynchronizeBlogroll() - Method in class net.sourceforge.rssowl.controller.EventManager
Synchronize the selected Blogroll
actionSynchronizeBlogroll(Category) - Method in class net.sourceforge.rssowl.controller.EventManager
Synchronize the selected Blogroll
actionTellFriends() - Method in class net.sourceforge.rssowl.controller.EventManager
Create a mail to advertise RSSOwl
actionValidateFeeds(boolean) - Method in class net.sourceforge.rssowl.controller.EventManager
Open the dialog to validate newsfeeds
actionViewFeedInDocument(int) - Method in class net.sourceforge.rssowl.controller.EventManager
View displayed newsfeed in pdf, rtf or html
activePropertyPage - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
addAvailableNewsChannelInfo(String) - Method in class net.sourceforge.rssowl.model.Channel
Add an available news channel info
addAvailableNewsItemInfo(String) - Method in class net.sourceforge.rssowl.model.Channel
Add an available news item info
addCategory(String, Category) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Add a new category to the Tree
addCategory(Category) - Method in class net.sourceforge.rssowl.model.Category
Add a subcategory to this category
addCategory(Category, boolean) - Method in class net.sourceforge.rssowl.model.Category
Add a subcategory to this category
addCategoryOrFavorite(Hashtable, TreeSet, Widget, Category) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Recursivly add Favorites and Categorys to the URL Tree.
addColumn(TableColumn, String) - Method in class net.sourceforge.rssowl.model.TableData
Add a table column to the list of table columns
addColumnSorter(SortingSelectionAdapter, String) - Method in class net.sourceforge.rssowl.model.TableData
Add a sorter to the list of sorters
addComment(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Add a comment to the NewsItem.
addEntireLoad(int) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Add a number to the entireLoad value.
addEntry(NewsItem) - Method in class net.sourceforge.rssowl.util.archive.Archive
Add an entry to the ArchiveItem that is connected to the feedurl of the given NewsItem.
addEntry(String, String, String, String) - Method in class net.sourceforge.rssowl.util.archive.Archive
Add an entry to the ArchiveItem that is connected to the feedurl.
addEntry(ArchiveEntry) - Method in class net.sourceforge.rssowl.util.archive.ArchiveItem
Add a new archive entry to this archive item
addFavorite(Category, String, String, Favorite) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Add a new Favorite to the Tree
addFavorite(String, String, String, Favorite) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Add a new Favorite to the Tree
addFavorite(Favorite) - Method in class net.sourceforge.rssowl.model.Category
Add a favorit to the category
addFavoriteMenu - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
addFeed(String) - Method in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Add a feed to the queue
addFeedToFav - Variable in class net.sourceforge.rssowl.controller.NewsTable
 
addFeedToFav - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
addFeedToFav - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
addFeedToLastOpened(String) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Add the URL of a feed to the list of feeds that RSSOwl shall open after restart.
addIndex(String, String) - Method in class net.sourceforge.rssowl.util.archive.ArchiveIndex
Add a new item to the index
addIntoLocaleSearchList(String) - Static method in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Add a value to the locale search list
addItem(String, String) - Method in class net.sourceforge.rssowl.util.CryptoManager
Add an item to the crypta.
addItem(ArchiveItem) - Method in class net.sourceforge.rssowl.util.archive.Archive
Add an archive item to the archive
addMessage(int, String, int) - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Add an error / warning or OK message into the table
addResultElement(String, String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Display a new line in the table
addResultElement(String, String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Display a new line in the table
addToFavorites - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
addTreeItem(String, Image, String, Widget, boolean, int) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Insert a new item into the favorites tree.
addUrlToCombo(String) - Method in class net.sourceforge.rssowl.controller.Quickview
Add the URL to the combo if its not yet in
additionalFeedInfos - Variable in class net.sourceforge.rssowl.controller.ChannelInfo
 
aggregateAll - Variable in class net.sourceforge.rssowl.controller.FavoritesTree
 
aggregateAll - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
aggregateChannels(Vector, boolean) - Method in class net.sourceforge.rssowl.model.Channel
Aggregate a Vector of RSS channels into this channel
aggregateFavorites - Variable in class net.sourceforge.rssowl.controller.Quickview
 
aggregatedCategory - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
The category that is aggregated
aggregatedCategory - Variable in class net.sourceforge.rssowl.model.Channel
If this is an aggregation, the aggregated category
aggregatedCategory - Variable in class net.sourceforge.rssowl.model.TabItemData
 
aggregatedFavorites - Variable in class net.sourceforge.rssowl.model.Channel
If the Channel was built from an aggregated category, this field will remember which favorites where aggregated.
aggregatedRSSChannel - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
Aggregated category channel
aggregationThread - Variable in class net.sourceforge.rssowl.controller.statusline.LoadJob
 
amphetaRate - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
amphetaRateId - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
amphetaRatePassword - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
amphetaRatePassword - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
AmphetaRate Password
amphetaRateUserID - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
AmphetaRate User ID (old)
amphetaRateUsername - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
amphetaRateUsername - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
AmphetaRate Username
animateNewsPopup - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
animateNewsPopup - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Move the Popup in, from right to left
FALSE: Just show the Popup
animator - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
animator - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
animator - Variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
 
announceTabFolderState(TabItemData, int) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Announce the state of the TabFolder.
appendUnreadCount(TreeItem, String, int) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
This Method will append the given unread-count to the TreeItem's name.
apply - Variable in class net.sourceforge.rssowl.controller.properties.PropertyPage
Apply button
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.AmphetaRateProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.BloggerProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.BrowserProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.ColorProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.ConnectionProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.FavoritesProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.FontProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.LanguageProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.MailProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
The apply button has been pressed
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.SortOrderPropertiers
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.SystemTrayProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
applyButtonPressed() - Method in class net.sourceforge.rssowl.controller.properties.WorkbenchProperties
 
archive - Variable in class net.sourceforge.rssowl.util.archive.ArchiveManager
 
archiveManager - Variable in class net.sourceforge.rssowl.controller.GUI
 
archiveManager - Variable in class net.sourceforge.rssowl.util.archive.Archive
 
archiveManager - Variable in class net.sourceforge.rssowl.util.archive.ArchiveIndex
 
arrowHotImage - Variable in class net.sourceforge.rssowl.controller.panel.WelcomePanel
 
arrowImage - Variable in class net.sourceforge.rssowl.controller.panel.WelcomePanel
 
assignKeyButton - Variable in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 
authenticate() - Method in class net.sourceforge.rssowl.dao.ConnectionManager
The connection requires authentification.
author - Variable in class net.sourceforge.rssowl.model.NewsItem
 
authorAscending - Variable in class net.sourceforge.rssowl.controller.sort.SortingSelectionAdapter
Holds the flag for ascending order for the author column
autoCloseNewsPopup - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
autoCloseNewsPopup - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Close news popup automatically after some time
FALSE: Do not close news popup automatically
autoClosePopup - Variable in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
 
autoDetectFormat(Document) - Method in class net.sourceforge.rssowl.controller.thread.FeedValidator
Auto detect the format from the given document
autoOpenEachNews - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
autoOpenEmptyNews - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
autoReloadCombo - Variable in class net.sourceforge.rssowl.controller.properties.FavoritesProperties
 
autoSortNews - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
autoSortNews - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Sort news based on the sortOrder settings
FALSE: Do not sort news, leave it as in the XML document

A B C D E F G H I J K L M N O P Q R S T U V W X Y _
RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo