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 _

S

SEARCH - Static variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
Status: Search
SEARCH_DELAY - Static variable in class net.sourceforge.rssowl.controller.Quickview
Delay before the Search is beginning
SEARCH_DELIMITER - Static variable in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
One of the words from this array is combined with the search of the user
SEARCH_LABEL - Static variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
Label for Searching
START_PARAM - Static variable in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Token for start parameter
STATUS_ERROR - Static variable in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Server status code for an erroneous submission of a rating
STATUS_OK - Static variable in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Server status code for a successfull submission of a rating
SUBMIT_INTERVAL - Static variable in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Interval for the thread to submit the collected ratings
SearchDialog - class net.sourceforge.rssowl.controller.dialog.SearchDialog.
Class displays a Dialog to search for a phrase in a newsfeed or a category of newsfeeds.
SearchDialog(Shell, String, String) - Constructor for class net.sourceforge.rssowl.controller.dialog.SearchDialog
Creates an input dialog with OK and Cancel buttons.
SearchpatternParser - class net.sourceforge.rssowl.util.SearchpatternParser.
Class for parsing the search pattern (Operators: AND, OR, NOT).
SearchpatternParser() - Constructor for class net.sourceforge.rssowl.util.SearchpatternParser
This utility class constructor is hidden
SelectCategoryDialog - class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog.
This dialog is used to select a category from a tree that is displaying all categories, without blogrolls.
SelectCategoryDialog(Shell, String) - Constructor for class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
Creates an dialog with a tree filled with all categories.
SettingsLoader - class net.sourceforge.rssowl.dao.SettingsLoader.
The SettingsLoader class is responsible to load all settings and favorites into RSSOwl.
SettingsLoader(GUI) - Constructor for class net.sourceforge.rssowl.dao.SettingsLoader
Instantiate a new SettingsFactory
SettingsLoader(GUI, Document) - Constructor for class net.sourceforge.rssowl.dao.SettingsLoader
Instantiate a new SettingsFactory with a Document
SettingsSaver - class net.sourceforge.rssowl.dao.SettingsSaver.
The SettingsSaver class is responsible to save all settings and favorites into the user.xml settings file.
SettingsSaver(GUI) - Constructor for class net.sourceforge.rssowl.dao.SettingsSaver
Instantiate a new SettingsSaver
SettingsSaver(GUI, Document) - Constructor for class net.sourceforge.rssowl.dao.SettingsSaver
Instantiate a new SettingsSaver and use the given Document to save settings and/or favorites.
ShutdownHook - class net.sourceforge.rssowl.controller.thread.ShutdownHook.
This Thread will exit RSSOwl in a clean way in case the virtual machine is terminated in response to a user interrupt, such as typing ^C, or a system-wide event, such as user logoff or system shutdown.
ShutdownHook(GUI) - Constructor for class net.sourceforge.rssowl.controller.thread.ShutdownHook
Instantiate a new ShutdownHook which will be added to the Runtime with calling addShutdownHook().
SimpleFileShop - class net.sourceforge.rssowl.util.shop.SimpleFileShop.
SimpleFileShop defines methods to copy a file into another
SimpleFileShop() - Constructor for class net.sourceforge.rssowl.util.shop.SimpleFileShop
This utility class constructor is protected
Sleak - class net.sourceforge.rssowl.util.Sleak.
Sleak is used to detect all handlers on Fonts / Colors / Cursors / Images that are currently allocated by RSSOwl.
Sleak() - Constructor for class net.sourceforge.rssowl.util.Sleak
 
SortOrderPropertiers - class net.sourceforge.rssowl.controller.properties.SortOrderPropertiers.
Class displays a PropertyPage to set the sort order that RSSOwl should use for all feeds.
SortOrderPropertiers(Composite) - Constructor for class net.sourceforge.rssowl.controller.properties.SortOrderPropertiers
Instatiate a new SortOrderProperties PropertyPage
SortingSelectionAdapter - class net.sourceforge.rssowl.controller.sort.SortingSelectionAdapter.
SelectionAdapter implementing widgetSelected(...) to sort the table when a header is clicked and update it.
SortingSelectionAdapter(Table, Hashtable, Vector, Vector, boolean) - Constructor for class net.sourceforge.rssowl.controller.sort.SortingSelectionAdapter
Creates a new instance of SortingSelectionAdapter.
StatusLine - class net.sourceforge.rssowl.controller.statusline.StatusLine.
The status line at the bottom of RSSOwl that shows the status of loading / reloading / searching of newsfeeds.
StatusLine(Display, Composite, GUI) - Constructor for class net.sourceforge.rssowl.controller.statusline.StatusLine
Instantiate a new StatusLine
StatusLineAnimator - class net.sourceforge.rssowl.controller.statusline.StatusLineAnimator.
This Thread will animate the status line.
StatusLineAnimator(Display, GUI, Label, int) - Constructor for class net.sourceforge.rssowl.controller.statusline.StatusLineAnimator
Instantiate a new StatusLineAnimator
StatusSorter - class net.sourceforge.rssowl.controller.sort.StatusSorter.
Class used to compare two RSSNewsItems by status (read / unread).
StatusSorter(Hashtable) - Constructor for class net.sourceforge.rssowl.controller.sort.StatusSorter
Creates a new instance of StatusSorter.
StreamGobbler - class net.sourceforge.rssowl.controller.thread.StreamGobbler.
The StreamGobbler class is used to handle input and error streams of the created process.
StreamGobbler(InputStream) - Constructor for class net.sourceforge.rssowl.controller.thread.StreamGobbler
Instantiate a new StreamGobbler
StringShop - class net.sourceforge.rssowl.util.shop.StringShop.
Class provides some methods to handle / work with Strings.
StringShop() - Constructor for class net.sourceforge.rssowl.util.shop.StringShop
This utility class constructor is hidden
SystemTray - class net.sourceforge.rssowl.controller.tray.SystemTray.
RSSOwl is supporting a simple system tray menu that allows to re-open and to exit RSSOwl.
SystemTray(Display, Shell, GUI) - Constructor for class net.sourceforge.rssowl.controller.tray.SystemTray
Instantiate a new SystemTray
SystemTrayAlert - class net.sourceforge.rssowl.controller.tray.SystemTrayAlert.
This class creates a small Shell which places itself to the bottom right corner and informs the user that unread news are available.
SystemTrayAlert(Display, SystemTray) - Constructor for class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Instantiate a new SystemTrayAlert
SystemTrayProperties - class net.sourceforge.rssowl.controller.properties.SystemTrayProperties.
Class displays a PropertyPage to set System-Tray-releated properties in RSSOwl.
SystemTrayProperties(Composite, GUI) - Constructor for class net.sourceforge.rssowl.controller.properties.SystemTrayProperties
Instatiate a new SystemTrayProperties PropertyPage
sameAs(NewsItem) - Method in class net.sourceforge.rssowl.model.NewsItem
Lazy check if the given NewsItem is equal to the called one
sashWeights - Variable in class net.sourceforge.rssowl.controller.GUI
 
saveArchive() - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
Save all archive items
saveArchiveItem(ArchiveItem) - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
Save an archiveitem to a unique file
saveBoolean(String, boolean) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save a Boolean value to the user.xml
saveColor(String, RGB) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save a color
saveData - Variable in class net.sourceforge.rssowl.controller.dialog.LoginDialog
 
saveData() - Method in class net.sourceforge.rssowl.util.CryptoManager
Save the crypta to a file.
saveDocument(Document) - Method in class net.sourceforge.rssowl.util.archive.FeedCacheManager
Save the newsfeed's XML document into a unique file in the cache dir and return the reference to the new file
saveFavoritesOrCategorys(Hashtable, Element) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save Categorys and Favorits to the XML.
saveFeed(Document) - Method in class net.sourceforge.rssowl.controller.thread.FeedValidator
Write the document to disk.
saveFont(String, Font) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save the selected font
saveFontData() - Method in class net.sourceforge.rssowl.controller.properties.FontProperties
Save selected fontdata to property change manager
saveHome - Variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
 
saveHotkeys() - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save hotkeys
saveIndex() - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
Save the archive index
saveNewsFeed - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
saveProperties() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
Save properties the user has made
saveProxySettings() - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save Proxysettings
saveRSS - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
saveRSSXML(String, String) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Open a FileDialog for the user to choose where to save the RSS XML of the selected news feed
saveRatings() - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save all ratings that have not yet been submitted
saveReopenFeeds(Vector) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save the feeds that RSSOwl shall reopen after application start.
saveSashWeights(Hashtable) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save weights of the SashForms
saveSelectedNewsFeed() - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Save current selected news XML to a file
saveSettings() - Method in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
Update all Settings and Save them.
saveShellBounds(Hashtable) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save Shell Bounds
saveSortOrder(Vector) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save the sort Order to apply to News
saveUserSettings() - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save all Settings
saveValue(String, String) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save a setting to the settings XML file
saveValue(String, String, String) - Method in class net.sourceforge.rssowl.dao.SettingsSaver
Save a setting to the settings XML file
search - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
search() - Method in class net.sourceforge.rssowl.controller.Quickview
Perform the search in the displayed channel.
searchAll - Variable in class net.sourceforge.rssowl.controller.FavoritesTree
 
searchAll - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
searchButton - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
searchButton - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
searchCombo - Variable in class net.sourceforge.rssowl.controller.dialog.SearchDialog
 
searchDNDTarget - Variable in class net.sourceforge.rssowl.controller.Quickview
 
searchDelayThread - Variable in class net.sourceforge.rssowl.controller.Quickview
 
searchDone - Variable in class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager
Flag indicates when the search has finished
searchDone - Variable in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Flag indicates when the search has finished
searchFavorites - Variable in class net.sourceforge.rssowl.controller.Quickview
 
searchFeed - Variable in class net.sourceforge.rssowl.controller.NewsTable
 
searchFeedItem - Variable in class net.sourceforge.rssowl.controller.Quickview
 
searchInSelectedFeed() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Open search dialog and perform search on the selected tab
searchInSelectedFeed(String, boolean) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Search in visible Tab for the given String
searchItem - Variable in class net.sourceforge.rssowl.controller.Quickview
 
searchPattern - Variable in class net.sourceforge.rssowl.controller.panel.NewsfeedPanel
 
searchPattern - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
Search pattern
searchPattern - Variable in class net.sourceforge.rssowl.controller.thread.FeedLoader
 
searchResultsItemOrder - Variable in class net.sourceforge.rssowl.model.Channel
Sorted items that match the search
searchResultsItems - Variable in class net.sourceforge.rssowl.model.Channel
Items that match the search
searchThread - Variable in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Thread that performs the search
searchToolItem - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
searchTopic - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
searchUrl - Variable in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
URL to get the results from
searchWebsite - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
searching - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
searching - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
selectAll - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
selectAll - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
selectAllItem - Variable in class net.sourceforge.rssowl.controller.NewsText
 
selectCatList - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
selectCategoryCombo - Variable in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 
selectCommandCombo - Variable in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 
selectDefaultFont() - Method in class net.sourceforge.rssowl.controller.properties.FontProperties
Set the default font for the selected font area
selectFont() - Method in class net.sourceforge.rssowl.controller.properties.FontProperties
Select a font for RSSOwl
selectFormat - Variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
 
selectedEncoding - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
selectedFont - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
selectedFontData - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
selectedLanguage - Variable in class net.sourceforge.rssowl.controller.properties.LanguageProperties
 
selectedLanguage - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
selectedLanguage - Static variable in class net.sourceforge.rssowl.util.i18n.Dictionary
Let all objects access what the current language is Default language for RSSOwl is english.
selectedLocale - Static variable in class net.sourceforge.rssowl.util.i18n.Dictionary
Let all objects access what the current Locale is Default locale for RSSOwl is english.
selectedNews - Variable in class net.sourceforge.rssowl.controller.panel.NewsfeedPanel
 
selectedTreeItem - Variable in class net.sourceforge.rssowl.controller.popup.BlogrollCategoryPopup
 
selectedTreeItem - Variable in class net.sourceforge.rssowl.controller.popup.CategoryPopup
 
selectedTreeItem - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Save the last selected tree item
separateTopCenter - Variable in class net.sourceforge.rssowl.controller.ViewForm
 
serialVersionUID - Static variable in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Unique serialVersionUID for serialization
serializeCache() - Method in class net.sourceforge.rssowl.util.archive.FeedCacheManager
Save the chache index into local file
set3DBorderState(boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Show / Hide the 3D Border of the ViewForm
setAggregationThread(ExtendedThread) - Method in class net.sourceforge.rssowl.controller.statusline.LoadJob
Set the aggregation Thread to this Job, if it is from an aggregation.
setAmphetaRateId(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAmphetaRatePassword(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAmphetaRateUsername(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAnimateNewsPopup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setApplyButtonState(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Enable / Disable the "Apply"-Button
setAuthor(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the author
setAutoCloseNewsPopup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAutoOpenEachNews(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAutoOpenEmptyNews(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setAutoSortControlsState(boolean) - Method in class net.sourceforge.rssowl.controller.properties.SortOrderPropertiers
Enable / Disable the sort order list and the buttons
setAutoSortNews(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setBase(String) - Method in class net.sourceforge.rssowl.util.document.ExtendedHtmlWriter
Writes a base reference in the header.
setBlockPopups(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setBloggerArguments(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setBloggerPath(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setBlogroll(boolean) - Method in class net.sourceforge.rssowl.model.Category
Set TRUE if this category is from a blogroll
setBorderVisible(boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Specify whether the border should be displayed or not.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.AboutDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.BlogrollDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.CategoryDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.ConfirmDeleteDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.FavoriteDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.ImportOPMLDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.LoginDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.OpenFeedDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.SearchDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
Set the layout data of the button to a GridData with appropriate widths This method was slightly modified so that it is not setting a heightHint.
setButtonLayoutData(Button) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Set the layout data of the button to a GridData with appropriate heights and widths.
setButtonLayoutData(Button, GridData) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Set the layout data of the button to a GridData with appropriate heights and widths.
setButtonState(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Set the state of the search- and stop button
setButtonState(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Set the state of the search- and stop button
setButtonState(String) - Method in class net.sourceforge.rssowl.controller.properties.LanguageProperties
Select one of the buttons in dependance of the selected language.
setCatPath(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the String representation of the category this favorite is in
setCategory(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the category
setCategory(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the category
setChannelInfos() - Method in class net.sourceforge.rssowl.controller.ChannelInfo
Write all channel infos into the NewsChannel Info composite
setCheckForUpdate(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setConfirmBlogrollDeletion(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setConfirmCategoryDeletion(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setConfirmFavoriteDeletion(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setConnectionTimeout(int) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setContent(Control, boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Sets the content.
setCopyright(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the copyright
setCreationDate(long) - Method in class net.sourceforge.rssowl.model.Favorite
Set the creation date of this favorite
setCreator(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the creator
setCustomBrowserArguments(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setCustomBrowserPath(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setDTDToValidate(Document) - Method in class net.sourceforge.rssowl.controller.thread.FeedValidator
This method sets a null.dtd as Doctype to the document and then sets the DTD that should be used to validate the XML.
setDefaultEntityResolver(SAXBuilder) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Ignore the DTD of the XML and set the default DTD "entities.dtd" that provides common entities taken from the HTML 4.01 Spec (W3C).
setDescription(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the description
setDescription(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the description of this favorit's feed
setDescription(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the description and parse for links
setDialogFont(Font) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setDialogSpacer(Composite, int, int) - Static method in class net.sourceforge.rssowl.util.shop.LayoutShop
Set invisible labels as spacer to a composite.
setDisplayNoNewVersionInfo(boolean) - Method in class net.sourceforge.rssowl.controller.thread.UpdateManager
Set TRUE if the user wants to be informed even if no upted is available
setDisplaySingleTab(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setDocs(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the docs
setDocument(Document) - Method in class net.sourceforge.rssowl.model.Channel
Set the document
setDomain(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set the Domain to use with the proxy
setDoubleClickOpen(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setDragSourceItem(Item) - Method in class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
Set the item that is currently being dragged.
setEditMenuDisabled() - Static method in class net.sourceforge.rssowl.controller.MenuManager
Disable all of the MenuItems in the Edit Menu
setEditMenuEnabled(boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class net.sourceforge.rssowl.controller.MenuManager
Set the state of the MenuItems in the Edit Menu
setEnabledComponents(boolean) - Method in class net.sourceforge.rssowl.controller.properties.ConnectionProperties
Enable / Disable components for Proxy GlobalSettings Edit
setErrorLoading(boolean) - Method in class net.sourceforge.rssowl.model.Favorite
Set TRUE if there is an warning loading the favorite
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Set / unset the warning message on the dialog
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Set / unset the warning message on the dialog
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.SearchDialog
Set / unset the warning dialogMessage on the dialog
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.EditFavoriteProperties
 
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage
Set / unset the warning message on the dialog
setErrorMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Set / unset the error message on the dialog
setExpanded(boolean) - Method in class net.sourceforge.rssowl.model.Category
Set TRUE if category is expanded in the url tree
setFavDefaultAutoReloadInterval(int) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setFavDefaultOpenOnStartup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setFavDefaultReloadOnStartup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setFavorite(Favorite) - Method in class net.sourceforge.rssowl.model.TreeItemData
If this Data Object is from a Favorite, store a reference to the connected model object.
setFavoritesMinimized(boolean, boolean) - Method in class net.sourceforge.rssowl.controller.GUI
Set the state of the favorites Tree with setting the maximized control of the holdContentSash.
setFavoritesTreeMenuEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.RSSOwlMenu
Set the Favorites Tree Menuitem to checked or not
setFile(File) - Method in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
setFilePathes() - Static method in class net.sourceforge.rssowl.controller.RSSOwlLoader
Set the file pathes to the settings- and temp file.
setFocusNewTabs(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setFont(Font) - Method in class net.sourceforge.rssowl.controller.ViewForm
 
setFontForAll(GUI) - Static method in class net.sourceforge.rssowl.util.shop.FontShop
Update fonts for all controls in RSSOwl
setGenerator(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the generator
setGuid(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the GUID
setHeaderFont(Font) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setHeaders() - Method in class net.sourceforge.rssowl.dao.ConnectionManager
Set default headers to the connection
setHomepage(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the Feeds Homepage
setHomepage(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the homepage of this favorite's feed
setHost(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set the Host to use as proxy
setHotkey(String, String, int) - Static method in class net.sourceforge.rssowl.util.shop.HotkeyShop
Set a hotkey to the item.
setHotkey(String, String, String) - Static method in class net.sourceforge.rssowl.util.shop.HotkeyShop
Set a hotkey to the item.
setHotkeys(Hashtable) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setHtmlFormatMail(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setImage(ChannelImage) - Method in class net.sourceforge.rssowl.model.Channel
Set the RSS channel image
setImgUrl(String) - Method in class net.sourceforge.rssowl.model.ChannelImage
Set the image URL
setItemCount(int) - Method in class net.sourceforge.rssowl.model.Channel
Set the item count
setItems(Hashtable) - Method in class net.sourceforge.rssowl.controller.sort.AbstractSorter
Sets the Hashtable of RSSNewsItems.
setKeySequenceText() - Method in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
Set the entered key sequence formatted as text
setLanguage(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the language
setLanguage(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the language of this favorit's feed
setLastBuildDate(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the last build date
setLastVisitDate(long) - Method in class net.sourceforge.rssowl.model.Favorite
Set the last visit date
setLayout(Layout) - Method in class net.sourceforge.rssowl.controller.ViewForm
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayoutForAll(Control) - Static method in class net.sourceforge.rssowl.util.shop.LayoutShop
Recursivly update layout for given control and childs
setLength(String) - Method in class net.sourceforge.rssowl.model.Enclosure
Set the feedSize for the enclosure
setLink(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the link
setLink(String) - Method in class net.sourceforge.rssowl.model.ChannelImage
Set the link
setLink(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the link
setLinkColor(RGB) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setLoadOnStartup(boolean) - Method in class net.sourceforge.rssowl.model.Favorite
Set TRUE if the favorite should load on startup of RSSOwl
setLocalCacheFeeds(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setMailBody(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setMailSubject(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setManagingEditor(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the managing editor
setMarkAllReadOnMinimize(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setMarkFeedReadOnTabClose(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setMaxConnectionCount(int) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setMaximized(boolean) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Maximize the Newsheader Tabfolder if maximized is TRUE, otherwise restore the normal state.
setMenu(int, TreeItem) - Method in class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
Set the menuStructure style
setMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Set a message to the messageLabel and the search image
setMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Set a message to the messageLabel and the search image
setMessage(String) - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Set a message to the messageLabel and the search image
setName(String) - Method in class net.sourceforge.rssowl.model.Category
Set the Name of this category
setNewMenuDisabled() - Method in class net.sourceforge.rssowl.controller.Quickview
Disable the "New" dropdown ToolItem
setNewState(int) - Static method in class net.sourceforge.rssowl.controller.MenuManager
Set a new state
setNewsRead(boolean) - Method in class net.sourceforge.rssowl.model.TableItemData
 
setNewsSelectedState(boolean) - Method in class net.sourceforge.rssowl.controller.NewsTable
Set a new state to some items of the popup
setNewsThatMatchSearch(Hashtable, Vector) - Method in class net.sourceforge.rssowl.model.Channel
Perform the search and add the NewsItems that match the pattern to the searchResultsItems Hashtable
setNewsThatMatchSearch(String) - Method in class net.sourceforge.rssowl.model.Channel
Perform the search and add the NewsItems that match the pattern to the searchResultsItems Hashtable
setNewsfeedTitle(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the Title of the newsfeed where this item is in
setNewsfeedXmlUrl(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the newsfeed XML URL
setOnlyBorderBottom(boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set that the ViewForm should only paint a single border on bottom.
setOnlyBorderTop(boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set that the ViewForm should only paint a single border on top.
setOnlyBorderTopBottom(boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set that the ViewForm should only paint a single border on top and bottom.
setOpenBrowserExtern(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setOpenBrowserInNewTab(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setOpenOnStartup(boolean) - Method in class net.sourceforge.rssowl.model.Favorite
Set TRUE if the favorite should open on startup
setOrigurl(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the feed XML url of the newstext
setParent(Category) - Method in class net.sourceforge.rssowl.model.Category
If the category is moved it is usefull to set the parent explicitly without calling the constructor.
setPassword(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set the password to use with the proxy
setPathToBlogroll(String) - Method in class net.sourceforge.rssowl.model.Category
Set the URL / Path to the blogroll
setPermaLink(boolean) - Method in class net.sourceforge.rssowl.model.NewsItem
Set to TRUE if the guid is a permanent link
setPort(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set the port to use with the proxy
setPossibleFontChange(boolean) - Static method in class net.sourceforge.rssowl.controller.properties.FontProperties
Boolean flag to set if a font change has been made.
setProxyForAllFavorites - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: On Proxy activation, activate it for all favorites
FALSE: On Proxy activation, do not activate it for all favorites
setProxySettings(Hashtable) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
Copy the proxySettings Hashtable
setPubDate(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the publish date
setPubDate(String, boolean) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the publish date
setPubDateParsed(Date) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the parsed Publish Date
setPublisher(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the publisher
setPublisher(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the publisher
setQuickviewMenuEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.RSSOwlMenu
Set the Quickview Menuitem to checked or not
setRSSFormat(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the RSS Version
setRSSOwlLoadJob(LoadJob) - Method in class net.sourceforge.rssowl.controller.thread.FeedLoader
Set the connected loading job which is operated by this Thread
setRead(boolean) - Method in class net.sourceforge.rssowl.model.NewsItem
Set state of isRead
setReload(boolean) - Method in class net.sourceforge.rssowl.controller.thread.AggregationLoader
Set to TRUE if all feeds of the aggregated category should get uncached before loaded.
setReopenFeeds(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setRequiresUpdate() - Method in class net.sourceforge.rssowl.controller.NewsText
Explicitly marks the newstext as required to update.
setRequiresUpdate() - Method in class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
Marks the popup as required of an update.
setRequiresViewUpdate(boolean) - Method in class net.sourceforge.rssowl.model.NewsItem
Set wether this newsitem requires an update in the view.
setRestoreButtonState(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Enable / Disable the "Restore"-Button
setResultControlsEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Enable / Disable controls that are used when results are available.
setResultControlsEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Enable / Disable controls that are used when results are available.
setSearching(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Set wether a search is currently running.
setSearching(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Set wether a search is currently running.
setSelectedEncoding(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setSelectedLanguage(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShellStyle(int) - Method in class net.sourceforge.rssowl.controller.dialog.FavoriteDialog
 
setShellStyle(int) - Method in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
setShowChannelInfo(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShowChannelInfos(boolean) - Method in class net.sourceforge.rssowl.controller.ChannelInfo
Set wether the control displaying the channel infos should be shown or hidden
setShowErrors(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShowLoginDialogIfRequired(boolean) - Method in class net.sourceforge.rssowl.dao.ConnectionManager
Set wether to show the LoginDialog in case authentification is required
setShowQuickview(boolean, boolean) - Method in class net.sourceforge.rssowl.controller.Quickview
Show / Hide the quickview control
setShowSystrayIcon(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShowTabCloseButton(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShowToolBar(boolean) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Toggles the visibility of the Tree ToolBar.
setShowToolBar(boolean, boolean) - Method in class net.sourceforge.rssowl.controller.Quickview
Show / Hide the ToolBar control
setShowTrayPopup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setShowViewForm(boolean) - Method in class net.sourceforge.rssowl.controller.Quickview
Show / Hide the ViewForm containing ToolBar and Quickview
setShowsUnreadNews(boolean) - Method in class net.sourceforge.rssowl.model.TabItemData
Set the status flag to remember the TabItems state
setSimpleTabs(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setSkipFeedEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Set the skip feed button enabled / disabled
setSortOrder(Vector) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setSource(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the source and parse for links
setStatusEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Set the status controlls enabled / disabled
setStatusPoints(int) - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Set a number of points to the status message
setStatusPoints(int) - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Set a number of points to the status message
setStatusPoints(int) - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Set a number of points to the status message
setStatusText(String) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Set the status text and avoid display of accelerators with replacing all amps with double amps.
setStatusUnread(boolean) - Method in class net.sourceforge.rssowl.model.TreeItemData
Set the status of this TreeItem.
setSuccessMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Set / unset the success message on the dialog
setSynchronizer(boolean) - Method in class net.sourceforge.rssowl.model.Favorite
If set to TRUE, this favorite is showing when a Blogroll is synced.
setSyntaxHighlightColor(RGB) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setTabControlsEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.properties.ViewProperties
Enable / Disable tab controls
setTableFont(Font) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setText(String) - Method in class net.sourceforge.rssowl.controller.panel.BrowserPanel
Set HTML text to the browser
setTextFont(Font) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setThreeColumnGUI(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setTitle(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the title
setTitle(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the title of this favorite
setTitle(String) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the title to this Newsitem.
setTitle(String, boolean) - Method in class net.sourceforge.rssowl.model.NewsItem
Set the title to this Newsitem.
setToolBarMenuEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.RSSOwlMenu
Set the ToolBar Menuitem to checked or not
setTopCenter(Control, boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set the control that appears in the top center of the pane.
setTopCenterSeparate(boolean, boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
If true, the topCenter will always appear on a separate line by itself, otherwise the topCenter will appear in the top row if there is room and will be moved to the second row if required.
setTopLeft(Control, boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set the control that appears in the top left corner of the pane.
setTopRight(Control, boolean) - Method in class net.sourceforge.rssowl.controller.ViewForm
Set the control that appears in the top right corner of the pane.
setTrayControlsEnabled(boolean) - Method in class net.sourceforge.rssowl.controller.properties.SystemTrayProperties
Enable / Disable tray controls
setTrayItemState(boolean) - Method in class net.sourceforge.rssowl.controller.tray.SystemTray
Set the trayitem state to either teasing or not.
setTrayOnExit(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setTrayOnStartup(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setTreeFont(Font) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setTreeItem(TreeItem) - Method in class net.sourceforge.rssowl.model.Category
 
setTreeItem(TreeItem) - Method in class net.sourceforge.rssowl.model.Favorite
 
setTreeSelection(int) - Method in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
Set the selected tree item
setTtl(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the time to live
setType(String) - Method in class net.sourceforge.rssowl.model.Enclosure
Set the type of the enclosure
setUnSynchronized(boolean) - Method in class net.sourceforge.rssowl.model.Category
Set the Blogroll's synchronization state
setUnreadNewsCount(int) - Method in class net.sourceforge.rssowl.model.Favorite
Set the number of unread news for this favorite.
setUpProperties() - Static method in class net.sourceforge.rssowl.controller.RSSOwlLoader
Write OS specific DWOrds into System properties
setUpProxy(HttpClient) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set up the proxy for a given HttpClient
setUpdateFrequency(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the update frequency
setUpdateInterval(int) - Method in class net.sourceforge.rssowl.model.Favorite
Set the updateinterval in minutes
setUpdatePeriod(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the update period
setUpdateProxyForAllFavorites(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setUrl(String) - Method in class net.sourceforge.rssowl.model.Enclosure
Set the enclosure of the enclosure
setUrl(String) - Method in class net.sourceforge.rssowl.model.Favorite
Set the URL of this favorite
setUseAuthentification(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setUseBrowserForNewsText(boolean) - Method in class net.sourceforge.rssowl.controller.RSSOwlMenu
Set the option "useBrowserForNewsText" selected or not
setUseBrowserForNewsText(boolean) - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
setUseProxy(boolean) - Method in class net.sourceforge.rssowl.model.Category
Set TRUE if proxy should be used in this category's favorites and subcategories favorites
setUseProxy(Category, boolean) - Method in class net.sourceforge.rssowl.model.Category
Recursivly update state of use proxy
setUseProxy(boolean) - Method in class net.sourceforge.rssowl.model.Favorite
Set TRUE if use proxy
setUseProxy(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set wether to use the proxy at all
setUserAgent(String) - Method in class net.sourceforge.rssowl.dao.ConnectionManager
Set the user agent to use in the response header
setUsername(String) - Static method in class net.sourceforge.rssowl.util.shop.ProxyShop
Set the username to use with the proxy
setValidateButtonState(boolean) - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Set the status of the validate button.
setWarningMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage
Set / unset the warning message on the dialog
setWarningMessage(String) - Method in class net.sourceforge.rssowl.controller.properties.PropertyPage
Set / unset the warning message on the dialog
setWebmaster(String) - Method in class net.sourceforge.rssowl.model.Channel
Set the webmaster
settingsItem - Variable in class net.sourceforge.rssowl.controller.dialog.FavoriteDialog
 
setupDefaults() - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Reset some values to default.
setupDropSupport(Text, Runnable) - Static method in class net.sourceforge.rssowl.util.shop.WidgetShop
Setup Drop Support for the given Text Widget.
setupFeedProtocolSupport(Browser) - Method in class net.sourceforge.rssowl.controller.panel.BrowserPanel
Add Support for the Feed Protocol to the given Browser.
shell - Variable in class net.sourceforge.rssowl.controller.EventManager
 
shell - Variable in class net.sourceforge.rssowl.controller.FavoritesTree
 
shell - Static variable in class net.sourceforge.rssowl.controller.GUI
A lot of other obj have to access shell
shell - Variable in class net.sourceforge.rssowl.controller.NewsTabFolder
 
shell - Variable in class net.sourceforge.rssowl.controller.NewsText
 
shell - Variable in class net.sourceforge.rssowl.controller.Quickview
 
shell - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
shell - Variable in class net.sourceforge.rssowl.controller.TutorialBrowser
 
shell - Variable in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
 
shell - Variable in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
 
shell - Variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.BlogrollCategoryPopup
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.BlogrollFavoritePopup
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.CategoryPopup
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.EmptyTreePopup
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.FavoritePopup
 
shell - Variable in class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
 
shell - Variable in class net.sourceforge.rssowl.controller.tray.SystemTray
 
shell - Variable in class net.sourceforge.rssowl.util.Sleak
 
shellBounds - Variable in class net.sourceforge.rssowl.controller.GUI
 
shellIconifyListener - Variable in class net.sourceforge.rssowl.controller.tray.SystemTray
 
shouldShowMnemonics() - Static method in class net.sourceforge.rssowl.util.GlobalSettings
Check wether mnemonics should be displayed in the current selected language.
show() - Method in class net.sourceforge.rssowl.controller.TutorialBrowser
Show the tutorial in the browser
show() - Method in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Show the popup shell.
showBorder - Variable in class net.sourceforge.rssowl.controller.ViewForm
 
showChannelInfo - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
showChannelInfo - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Display channel info of RSS / RDF feeds
FALSE: Do not display channel info of RSS / RDF feeds
showChannelInfoCheck - Variable in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
showCloseButtonCheck - Variable in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
showControls - Variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
 
showError(Shell, Exception) - Static method in class net.sourceforge.rssowl.controller.MessageBoxFactory
Show an error message dialog
showError(Shell, String) - Static method in class net.sourceforge.rssowl.controller.MessageBoxFactory
Show an error message dialog
showErrorMessage - Variable in class net.sourceforge.rssowl.controller.thread.UpdateManager
If TRUE show an warning message when the connection fails
showErrorTab(CTabItem, NewsfeedFactoryException) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Display an error as a new tab in the tab folder
showErrorTab(String, NewsfeedFactoryException) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Display an warning as a new tab in the tab folder
showErrors - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
showErrors - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Show errors in tabs
FALSE: Do not show errors in tabs
showErrorsCheck - Variable in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
showGui() - Method in class net.sourceforge.rssowl.controller.GUI
Open RSSOwl shell
showImage() - Method in class net.sourceforge.rssowl.controller.thread.ImageLoader
Show the image in the imgHolder and configure it to react on Mouseclick to open the link if given.
showLicenseTab(InputStream, Image) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Display the License in a new tab
showLoginDialogIfRequired - Variable in class net.sourceforge.rssowl.dao.ConnectionManager
 
showMessage(Shell, int, String, String) - Static method in class net.sourceforge.rssowl.controller.MessageBoxFactory
Show a message box
showMessageTab(String, String, Image) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Display a message in a new tab
showNewTabControl - Variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
 
showSystrayIcon - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
showSystrayIcon - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Place application in tray after minimize
FALSE: Do not place application in tray after minimize
showTabCloseButton - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
showTabCloseButton - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Show the close button on each CTabItem
FALSE: Do not show a close button on the CTabItems
showTrayPopup - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
showTrayPopup() - Method in class net.sourceforge.rssowl.controller.tray.SystemTray
Show Tray Popup if: - GlobalSettings allow it (GlobalSettings.showTrayPopup = TRUE) - Unread news are available (teasing = TRUE) - RSSOwl is minimized to the tray and not visible (isMinimizedToTray) - No tray popup was made before (rssOwlTrayPopup = NULL), or - The previous tray popup was already closed
showTrayPopup - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Show the tray popup when unread news are downloaded
FALSE: Do not show the tray popup when unread news are downloaded
showUpdateAvailableTab(String, String) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Show information about new RSSOwl version in th UpdatePanel.
showWelcomeTab() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Show the Welcome Tab
showsCategory(Category) - Method in class net.sourceforge.rssowl.model.TabItemData
Check if the given Category is aggregated in this TabItem
showsUnreadNews - Variable in class net.sourceforge.rssowl.model.TabItemData
 
shutDown() - Method in class net.sourceforge.rssowl.controller.GUI
Shut down RSSOwl and perform some actions before closing
shutdown() - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
Shutdown process
shutdown() - Method in class net.sourceforge.rssowl.util.archive.FeedCacheManager
Serialize the index on application exit and cleanup old chache items
simpleHtmlEncode(String) - Method in class net.sourceforge.rssowl.util.document.ExtendedHtmlWriter
Since the ExtendedHtmlWriter is not calling the HtmlEncoder.encode() Method we have to offer our own implementation.
simpleTabRadio - Variable in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
simpleTabs - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
simpleTabs - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Use simple styled tabs
FALSE: Use curved styled tabs
singleClickRadio - Variable in class net.sourceforge.rssowl.controller.properties.WorkbenchProperties
 
skipFeedButton - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
smallItalicFont - Variable in class net.sourceforge.rssowl.util.document.DocumentConfig
 
sortOrder - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
sortOrder - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
sortOrder - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Sort order for the News
sortOrderList - Variable in class net.sourceforge.rssowl.controller.properties.SortOrderPropertiers
 
sortedLinkTitles - Variable in class net.sourceforge.rssowl.model.Category
TreeSet holding the sorted titles of the favorites in this category
sortedSubCatTitles - Variable in class net.sourceforge.rssowl.model.Category
TreeSet holding the sorted titles of the subcategories in this category
source - Variable in class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
 
source - Variable in class net.sourceforge.rssowl.controller.dnd.NewsTabFolderDND
 
source - Variable in class net.sourceforge.rssowl.model.NewsItem
 
sourceIsCategory - Variable in class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
 
start - Variable in class net.sourceforge.rssowl.util.Sleak
 
startAutoCloseThread() - Method in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
This thread will close the popup automatically after a certain amount of time.
startSearch() - Method in class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager
Start search- and collector threads
startSearch() - Method in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Start search- and collector threads
startStatusAnimatorThread(int) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Start / Resume the status animator thread
startStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Start a thread to animate the status message
startStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Start a thread to animate the status message
startStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Start a thread to animate the status message
startThread() - Method in class net.sourceforge.rssowl.controller.thread.ExtendedThread
Starts this Thread
startThread() - Method in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Start the RSS Queue loader Thread
startUp() - Method in class net.sourceforge.rssowl.controller.GUI
Startup process of RSSOwl (called once at start)
startup() - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
Startup process
startupProcess(String[]) - Static method in class net.sourceforge.rssowl.controller.RSSOwlLoader
Things to do before launching RSSOwl
status - Variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
 
statusAscending - Variable in class net.sourceforge.rssowl.controller.sort.SortingSelectionAdapter
Holds the flag for ascending order for the status column
statusLineAnimator - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
statusLineHolder - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
statusProgressBar - Variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
 
statusProgressBar - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
statusProgressBar - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLineAnimator
 
statusTextLabel - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
statusUnread - Variable in class net.sourceforge.rssowl.model.TreeItemData
 
stop - Variable in class net.sourceforge.rssowl.util.Sleak
 
stopLiveSearch - Variable in class net.sourceforge.rssowl.controller.Quickview
 
stopOperationButton - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
stopOperationLoadBar - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
stopRenaming() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Disposes the Container for the Text Control that is used when the user is going to Rename an Item of the Tree in place.
stopSearch() - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Stop the running search
stopSearch() - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Stop the running search
stopSearch() - Method in class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager
Interrupt the search- and collector threads
stopSearch() - Method in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Interrupt the search- and collector threads
stopStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Stop the animation on the status message
stopStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Stop the animation on the status message
stopStatusMessageAnimate() - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Stop the animation on the status message
stopThread() - Method in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Stop this Thread
stopThread() - Method in class net.sourceforge.rssowl.controller.thread.ExtendedThread
Stops this Thread by setting the stopped-flag to TRUE
stopThread() - Method in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Stop the RSS Queue loader Thread
stopThread() - Method in class net.sourceforge.rssowl.controller.thread.FeedValidator
Stop the Feed Validator
stopped - Variable in class net.sourceforge.rssowl.controller.thread.ExtendedThread
Flag indicating status of the Thread
stripDoubleTags - Static variable in class net.sourceforge.rssowl.util.shop.XMLShop
Some HTML tags do strip (doubles)
stripSimpleHTMLTags(String) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Strip some HTML tags from the given text.
stripSingleTags - Static variable in class net.sourceforge.rssowl.util.shop.XMLShop
Some HTML tags do strip (singles)
stripTags(String) - Static method in class net.sourceforge.rssowl.util.shop.StringShop
Remove HTML tags from the given String
style - Variable in class net.sourceforge.rssowl.controller.statusline.LoadJob
 
style - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
Style of the operation (load, reload, search)
subCategories - Variable in class net.sourceforge.rssowl.model.Category
Hashtable holding the subcategories of this category
subMenuStructure - Static variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
Sublevel menu structure that may be assigned with hotkeys
subTitleFont - Variable in class net.sourceforge.rssowl.util.document.DocumentConfig
 
subjectText - Variable in class net.sourceforge.rssowl.controller.properties.MailProperties
 
submitRating(String) - Static method in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Submits a rating from with connecting to the given URL.
suggestRSSFileName(String) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Suggest a filename for a RSS newsfeed with using the current date.
switchToDefaultTranslation() - Method in class net.sourceforge.rssowl.util.i18n.RSSOwlI18n
Use english as default translation
sy - Variable in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Namespace: Syndication
syncControls() - Method in class net.sourceforge.rssowl.controller.EventManager
Get the main controls from the maincontroller
syncFileName(ArchiveItem) - Method in class net.sourceforge.rssowl.util.archive.ArchiveIndex
Synchronise the filename for the archiv item with the index.
syncMetaData(Channel) - Method in class net.sourceforge.rssowl.model.Favorite
Sync up the meta data for this favorite
syntaxHighlightColor - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
syntaxHighlightColor - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Selected syntaxhighlight color
syntaxHighlightColor - Static variable in class net.sourceforge.rssowl.util.shop.PaintShop
Make the syntaxHighlightColor accessible from all Objects
syntaxHighlightcolorChooser - Variable in class net.sourceforge.rssowl.controller.properties.ColorProperties
 
systemTray - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
systemTray - Variable in class net.sourceforge.rssowl.controller.tray.SystemTray
 
systemTrayItem - Variable in class net.sourceforge.rssowl.controller.tray.SystemTray
 
systemTrayItemMenu - Variable in class net.sourceforge.rssowl.controller.tray.SystemTray
 

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