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 _

F

FAV_MENU - Static variable in class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
Constants for the different menuStructure types
FEED_EXTENSIONS - Static variable in class net.sourceforge.rssowl.util.shop.URLShop
Common Newsfeed Extensions
FEED_EXTENSIONS_DOTTED - Static variable in class net.sourceforge.rssowl.util.shop.URLShop
Common Newsfeed Extensions with leading Dot
FEED_FORMAT_ATOM_0_3 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: Atom 0.3
FEED_FORMAT_OPML_1_0 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: OPML 1.0
FEED_FORMAT_RDF_1_0 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: RDF 1.0
FEED_FORMAT_RSS_0_91 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: RSS 0.91
FEED_FORMAT_RSS_0_92 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: RSS 0.92
FEED_FORMAT_RSS_2_0 - Static variable in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Newsfeed format: RSS 2.0
FEED_PROTOCOL_LONG - Static variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
The Long Feed Protocol URI Syntax
FEED_PROTOCOL_SHORT - Static variable in class net.sourceforge.rssowl.controller.panel.BrowserPanel
The Short Feed Protocol URI Syntax
FILE_TIME_TO_LIVE - Static variable in class net.sourceforge.rssowl.util.archive.FeedCacheManager
Max time to live for unmodified cache files (2 days)
FORMAT_RSS_0_91 - Static variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Newsfeed format: RSS 0.91
FORMAT_RSS_0_92 - Static variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Newsfeed format: RSS 0.92
FORMAT_RSS_2_0 - Static variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Newsfeed format: RSS 2.0
Favorite - class net.sourceforge.rssowl.model.Favorite.
This is a Favorite for Newsfeeds.
Favorite(String, String, Category) - Constructor for class net.sourceforge.rssowl.model.Favorite
Instantiate a new Favorite
FavoriteDialog - class net.sourceforge.rssowl.controller.dialog.FavoriteDialog.
The edit favorite dialog allows to change and view settings of a favorite.
FavoriteDialog(Favorite, Shell, String) - Constructor for class net.sourceforge.rssowl.controller.dialog.FavoriteDialog
Creates a Dialog with a tab showing different categories.
FavoritePopup - class net.sourceforge.rssowl.controller.popup.FavoritePopup.
The favorite popup appears when right-clicking on any favorite in the tree.
FavoritePopup(Shell, Menu, EventManager) - Constructor for class net.sourceforge.rssowl.controller.popup.FavoritePopup
Instantiate a new FavoritePopup
FavoritePropertyPage - class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage.
A favorite property page holds components to set properties to a favorite in RSSOwl.
FavoritePropertyPage(Composite, Favorite) - Constructor for class net.sourceforge.rssowl.controller.properties.FavoritePropertyPage
Instantiates a new FavoritePropertyPage
FavoritesProperties - class net.sourceforge.rssowl.controller.properties.FavoritesProperties.
Class displays a PropertyPage to set default values for new favorites
FavoritesProperties(Composite) - Constructor for class net.sourceforge.rssowl.controller.properties.FavoritesProperties
Instatiate a new Favorites PropertyPage
FavoritesTree - class net.sourceforge.rssowl.controller.FavoritesTree.
This is the Tree that holds the categorys and its RSS favorites.
FavoritesTree(Display, Shell, SashForm, GUI, EventManager) - Constructor for class net.sourceforge.rssowl.controller.FavoritesTree
Instantiate a new FavoritesTree
FavoritesTreeDND - class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND.
Basic Drag and Drop support for the tree holding favorites in RSSOwl.
FavoritesTreeDND(FavoritesTree) - Constructor for class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
Instantiate a new FavoritesTreeDND
FavoritesTreePopup - class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup.
The popupmenu appears after clicking in the favoritesTree and supports some feed management functions like add new favorit / category or remove them.
FavoritesTreePopup(Shell, FavoritesTree, GUI, EventManager) - Constructor for class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
Instantiate a new FavoritesTreePopup
FeedAutoUpdater - class net.sourceforge.rssowl.controller.thread.FeedAutoUpdater.
The RSSAutoUpdater checks a Hashtable every 5 seconds and reloads each Favorite which update date is before the current date.
FeedAutoUpdater(GUI) - Constructor for class net.sourceforge.rssowl.controller.thread.FeedAutoUpdater
Instantiates a new FeedAutoUpdater
FeedCacheManager - class net.sourceforge.rssowl.util.archive.FeedCacheManager.
Cache manager for RSSOwl.
FeedCacheManager() - Constructor for class net.sourceforge.rssowl.util.archive.FeedCacheManager
Instantiate a new FeedCacheManager
FeedDiscoveryDialog - class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog.
Class displays a Dialog prompting for a URL.
FeedDiscoveryDialog(String, String, GUI) - Constructor for class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Creates an input dialog with Search, Stop, OK and Cancel buttons.
FeedDiscoveryDialog(String, String, String, GUI) - Constructor for class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Creates an input dialog with Search, Stop, OK and Cancel buttons.
FeedDiscoveryManager - class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager.
The FeedDiscoveryManager performs a search for RSS / RDF feeds on a certain website.
FeedDiscoveryManager(String, FeedDiscoveryDialog) - Constructor for class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager
Instantiate a new FeedDiscoveryManager
FeedLoader - class net.sourceforge.rssowl.controller.thread.FeedLoader.
This Thread loads a newsfeed from its source and displays it calling the appropiate method in the main controller
FeedLoader(String, String, boolean, boolean, int) - Constructor for class net.sourceforge.rssowl.controller.thread.FeedLoader
Instantiate a new FeedLoader Thread
FeedParser - class net.sourceforge.rssowl.dao.feedparser.FeedParser.
Class to Parse a RSS XML.
FeedParser(Document, String) - Constructor for class net.sourceforge.rssowl.dao.feedparser.FeedParser
Instantiate a new FeedParser
FeedQueueLoader - class net.sourceforge.rssowl.controller.thread.FeedQueueLoader.
The RSS queue loader is a thread that loads feed from a Vector.
FeedQueueLoader() - Constructor for class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Instantiate a new FeedQueueLoader Thread
FeedSearchDialog - class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog.
Class displays a Dialog prompting for a topic.
FeedSearchDialog(String, String, GUI) - Constructor for class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Creates an input dialog with Search, Stop, OK and Cancel buttons.
FeedSearchManager - class net.sourceforge.rssowl.controller.thread.FeedSearchManager.
The FeedSearchManager performs a search for RSS / RDF feeds on a certain topic.
FeedSearchManager(String, FeedSearchDialog, boolean, boolean) - Constructor for class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Instantiate a new FeedSearchManager
FeedValidator - class net.sourceforge.rssowl.controller.thread.FeedValidator.
This thread is used to validate a newsfeed and give the results to the calling ValidateFeedDialog
FeedValidator(ValidateFeedDialog, String, String, boolean) - Constructor for class net.sourceforge.rssowl.controller.thread.FeedValidator
Instantiate a new FeedValidator
FileShop - class net.sourceforge.rssowl.util.shop.FileShop.
Factory class for some File concerns in RSSOwl
FileShop() - Constructor for class net.sourceforge.rssowl.util.shop.FileShop
This utility class constructor is hidden
FontProperties - class net.sourceforge.rssowl.controller.properties.FontProperties.
Class displays a PropertyPage to set the Font and Encoding for RSSOwl
FontProperties(Composite, GUI) - Constructor for class net.sourceforge.rssowl.controller.properties.FontProperties
Instatiate a new FontProperties PropertyPage
FontShop - class net.sourceforge.rssowl.util.shop.FontShop.
Factory class for some Font / -style concerns in RSSOwl
FontShop() - Constructor for class net.sourceforge.rssowl.util.shop.FontShop
This utility class constructor is hidden
faq - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
favDefaultAutoReloadInterval - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
favDefaultAutoReloadInterval - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Default Auto reload intervall for new favorites
favDefaultOpenOnStartup - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
favDefaultOpenOnStartup - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Default boolean value for a new favorite
favDefaultReloadOnStartup - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
favDefaultReloadOnStartup - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
Default boolean value for a new favorite
favLinks - Static variable in class net.sourceforge.rssowl.model.Category
Vector holding all favorite-urls
favPool - Static variable in class net.sourceforge.rssowl.model.Category
Hashtable holding all favorites
favTitles - Static variable in class net.sourceforge.rssowl.model.Category
Vector holding all favorite-titles
favorite - Variable in class net.sourceforge.rssowl.model.TreeItemData
 
favorites - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
favorites - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
favorites - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
List of favorites to aggregate
favorites - Variable in class net.sourceforge.rssowl.model.Category
Hashtable holding the favorites of this category
favoritesItem - Variable in class net.sourceforge.rssowl.controller.Quickview
 
favoritesMenu - Variable in class net.sourceforge.rssowl.controller.Quickview
 
favoritesTree - Variable in class net.sourceforge.rssowl.controller.FavoritesTree
 
favoritesTreeHolder - Variable in class net.sourceforge.rssowl.controller.FavoritesTree
 
favoritesTreeWindow - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
feedDiscovery - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
feedList - Static variable in class net.sourceforge.rssowl.controller.thread.FeedAutoUpdater
The hashtable holding each favorite that has a update interval
feedPath - Variable in class net.sourceforge.rssowl.controller.dialog.OpenFeedDialog
 
feedPath - Variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
 
feedPath - Variable in class net.sourceforge.rssowl.controller.thread.FeedValidator
 
feedPathInput - Variable in class net.sourceforge.rssowl.controller.dialog.OpenFeedDialog
 
feedPathInput - Variable in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
 
feedQueue - Variable in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
 
feedTabItem - Variable in class net.sourceforge.rssowl.controller.panel.NewsfeedPanel
 
feedurl - Variable in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
file - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
file - Variable in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
filePath - Variable in class net.sourceforge.rssowl.controller.dialog.ImportOPMLDialog
 
filemenu - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
fillTable(Table, Hashtable, Vector, Vector, boolean) - Static method in class net.sourceforge.rssowl.controller.NewsTable
Fill the given table using the given items.
fillTable(Table, Hashtable, Vector, Vector, boolean, int[]) - Static method in class net.sourceforge.rssowl.controller.NewsTable
Fill the given table using the given items.
fillTableColumns(Table, Hashtable, Vector, Vector, boolean) - Static method in class net.sourceforge.rssowl.controller.NewsTable
Fill columns of the given table
filterLink(String) - Method in class net.sourceforge.rssowl.controller.thread.FeedDiscoveryManager
Filter the given link.
filterLink(String) - Method in class net.sourceforge.rssowl.controller.thread.FeedSearchManager
Filter the given URL.
find - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
finishJob(LoadJob) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
The given Job has finished normally and was not interrupted by the user.
finishValidation(String) - Method in class net.sourceforge.rssowl.controller.dialog.ValidateFeedDialog
Finish / Stop the running validation
finishedLoad - Variable in class net.sourceforge.rssowl.controller.statusline.StatusLine
 
firstKeyPress - Variable in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 
focusNewTabs - Variable in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
focusNewTabs - Static variable in class net.sourceforge.rssowl.util.GlobalSettings
TRUE: Focus on new opened tabs
FALSE: Do not focus on new opened tabs
focusNewTabsCheck - Variable in class net.sourceforge.rssowl.controller.properties.ViewProperties
 
focusTab() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Check wether new tabs should get focus.
font - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
fontHeightLabel - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
fontNameLabel - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
fontStyleLabel - Variable in class net.sourceforge.rssowl.controller.properties.FontProperties
 
format - Variable in class net.sourceforge.rssowl.controller.thread.FeedValidator
 
format - Variable in class net.sourceforge.rssowl.util.document.DocumentGenerator
Chosen format (PDF, RTF or HTML)
format(int) - Static method in class net.sourceforge.rssowl.util.i18n.KeyCodeParser
Format a given keycode constant to a String.
formatDate() - Static method in class net.sourceforge.rssowl.util.DateParser
Format the current date to a String using the selected Locale and do not add the time to the String
formatDate(boolean) - Static method in class net.sourceforge.rssowl.util.DateParser
Format the current date to a String using the selected Locale.
formatDate(Date, boolean) - Static method in class net.sourceforge.rssowl.util.DateParser
Format the date to a String using the selected Locale.
formatDate(Date, boolean, boolean) - Static method in class net.sourceforge.rssowl.util.DateParser
Format the date to a String using the selected Locale.
formatLongDate(Date) - Static method in class net.sourceforge.rssowl.util.DateParser
Get the localized long date format for the given language.
formatNewsTipMail - Variable in class net.sourceforge.rssowl.controller.dialog.PreferencesDialog
 
formatToString(int) - Static method in class net.sourceforge.rssowl.util.document.DocumentGenerator
Get a suitable file format name for the given format.
fullKeyWasPressed - Variable in class net.sourceforge.rssowl.controller.properties.HotkeysProperties
 

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