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 _

G

GUI - class net.sourceforge.rssowl.controller.GUI.
This is RSSOwl's Main controller.
GUI(Display, Shell) - Constructor for class net.sourceforge.rssowl.controller.GUI
Instantiate a new GUI
GlobalSettings - class net.sourceforge.rssowl.util.GlobalSettings.
This class holds some settings the user has made in RSSOwl.
GlobalSettings() - Constructor for class net.sourceforge.rssowl.util.GlobalSettings
This utility class constructor is hidden
generateHTML - Variable in class net.sourceforge.rssowl.controller.NewsTable
 
generateOpml() - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Generate an OPML XML from the results
generateOpml() - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Generate an OPML XML from the results
generatePDF - Variable in class net.sourceforge.rssowl.controller.NewsTable
 
generateRTF - Variable in class net.sourceforge.rssowl.controller.NewsTable
 
generateRegEx(Vector) - Static method in class net.sourceforge.rssowl.util.SearchpatternParser
Generate a RegEx from the AND / OR keywords.
generateUniqueTitles - Variable in class net.sourceforge.rssowl.controller.thread.AggregationLoader
Set this flag to true, if the newstitles have to be unique
generator - Variable in class net.sourceforge.rssowl.model.Channel
A string indicating the program used to generate the channel.
getAggregatedCategory() - Method in class net.sourceforge.rssowl.model.Channel
 
getAggregatedCategory() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getAggregatedFavorites() - Method in class net.sourceforge.rssowl.model.Channel
 
getAllFavoriteTitles(TreeSet, Category) - Method in class net.sourceforge.rssowl.model.Category
Recursivly get all favorite titles also from the subcategorys
getAmphetaRateId() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getAmphetaRatePassword() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getAmphetaRateUsername() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getArchive() - Method in class net.sourceforge.rssowl.util.archive.ArchiveManager
 
getArchiveManager() - Method in class net.sourceforge.rssowl.controller.GUI
Get the archive manager for RSSOwl
getAttributeValue(Element, String) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get an attribute value from the document
getAttributeValue(Element, String, Namespace) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get an attribute value from the document
getAuthor() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the author
getAvailableNewsChannelInfos() - Method in class net.sourceforge.rssowl.model.Channel
Get available news channel infos
getAvailableNewsItemInfos() - Method in class net.sourceforge.rssowl.model.Channel
Get available news item infos
getBloggerArguments() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getBloggerPath() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getBlogrolls() - Static method in class net.sourceforge.rssowl.model.Category
 
getBoldFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Bold Font
getBoolean(String, boolean) - Method in class net.sourceforge.rssowl.dao.SettingsLoader
Get the state of a value from the user.xml
getBrowser() - Method in class net.sourceforge.rssowl.controller.panel.BrowserPanel
Get the Browser widget
getBrowserPanel() - Method in class net.sourceforge.rssowl.controller.NewsText
Get the BrowserPanel of the Newstext panel in case internal browser view is activated for newstext
getBrowserPanel() - Method in class net.sourceforge.rssowl.controller.panel.BrowserPanel
Get the browser panel
getCachedNewsfeed(String) - Method in class net.sourceforge.rssowl.util.archive.FeedCacheManager
Get a cached newsfeed from the feed cache
getCatName() - Method in class net.sourceforge.rssowl.controller.dialog.CategoryDialog
Returns the string typed into this input dialog.
getCatPath() - Method in class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
Get the selected category as String path
getCatPath(TreeItem) - Method in class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
Get the category path beginning with the given treeitem.
getCatPath() - Method in class net.sourceforge.rssowl.model.Favorite
Get the String representation of the category this favorite is in.
getCategory() - Method in class net.sourceforge.rssowl.model.Channel
Get the category
getCategory() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the category
getChangelog() - Method in class net.sourceforge.rssowl.controller.thread.UpdateManager
Get changelog from server
getChannel(CTabItem) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get Channel from the given Tab
getChannel() - Method in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Get the parsed Channel
getChildElement(Element, String) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get the Child Element of a parent Element
getChildElement(Element, String, Namespace) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get the Child Element of a parent Element
getChildValue(String, Element) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get a value from the document
getChildValue(String, Element, Namespace) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get a value from the document
getChildren(Element, String) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get a list of children from the given element.
getChildren(Element, String, Namespace) - Method in class net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
Get a list of children from the given element.
getClientArea() - Method in class net.sourceforge.rssowl.controller.ViewForm
 
getClosestKeyword(String, int) - Static method in class net.sourceforge.rssowl.util.SearchpatternParser
Finds the next index of one of the keywords AND, OR
getColumn(String) - Method in class net.sourceforge.rssowl.model.TableData
Get a table column from the list of columns
getColumnSorter(String) - Method in class net.sourceforge.rssowl.model.TableData
Get a sorter from the list of sorters
getComments() - Method in class net.sourceforge.rssowl.model.NewsItem
Get Vector holding all comments
getConnectionTimeout() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getContent() - Method in class net.sourceforge.rssowl.controller.ViewForm
Returns the content area.
getContent(InputStream) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Read the contents from an InputStream into a String.
getContent(URL) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Read the contents from an URL into a String.
getCopyright() - Method in class net.sourceforge.rssowl.model.Channel
Get the copyright
getCreationDate() - Method in class net.sourceforge.rssowl.model.Favorite
Get the creation date of this favorite
getCreator() - Method in class net.sourceforge.rssowl.model.Channel
Get the creator
getCustomBrowserArguments() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getCustomBrowserPath() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getDate(String) - Static method in class net.sourceforge.rssowl.util.DateParser
Tries different date formats to parse against the given string representation to retrieve a valid Date object.
getDefaultTranslation() - Static method in class net.sourceforge.rssowl.util.i18n.RSSOwlI18n
Get the Default Translation, which is English.
getDescription() - Method in class net.sourceforge.rssowl.model.Channel
Get the description
getDescription() - Method in class net.sourceforge.rssowl.model.Favorite
Get the description of this favorit's feed
getDescription() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the description
getDialogFont() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getDocs() - Method in class net.sourceforge.rssowl.model.Channel
Get the docs
getDocument() - Method in class net.sourceforge.rssowl.dao.Exporter
Get the Document
getDocument() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactory
Get the parsed document
getDocument() - Method in class net.sourceforge.rssowl.model.Channel
Get the document
getDomain() - Method in class net.sourceforge.rssowl.controller.dialog.LoginDialog
Get the entered Domain
getDragSourceItem() - Method in class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
Get the item that is currently being dragged.
getEnclosures() - Method in class net.sourceforge.rssowl.model.NewsItem
Get a Vector holding all enclosures
getEncodingFromXML(InputStreamReader) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
This Method will read the first line of the given Reader and try to read out the Encoding.
getEntries() - Method in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
getEventManager() - Method in class net.sourceforge.rssowl.controller.GUI
Get the event manager for RSSOwl.
getFavDefaultAutoReloadInterval() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getFavPool() - Static method in class net.sourceforge.rssowl.model.Category
Get the Hashtable that stores all favorites
getFavorite() - Method in class net.sourceforge.rssowl.model.TreeItemData
If this Data Object is from a Favorite, store a reference to the connected model object.
getFavorites() - Method in class net.sourceforge.rssowl.model.Category
Get all favorites of this Category
getFavoritesTree() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Let other objects access this controll (for example to focus on it)
getFeedCacheManager() - Method in class net.sourceforge.rssowl.controller.GUI
Get the feed cache manager
getFeedFormat() - Method in class net.sourceforge.rssowl.dao.feedparser.FeedParser
Try to determine the newsfeed format from the document.
getFeedPath() - Method in class net.sourceforge.rssowl.controller.dialog.OpenFeedDialog
Get the path to the newsfeed
getFeedTabItem(String) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the tabitem showing the given Feed or NULL.
getFeedurl() - Method in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
getFile() - Method in class net.sourceforge.rssowl.util.archive.ArchiveItem
 
getFilePath(Shell, String[], String, int, String) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Get a path to a file from the user
getFilePath(String[], String, int, String) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Get a path to a file from the user
getFilledImage(Display, RGB, int, int) - Static method in class net.sourceforge.rssowl.util.shop.PaintShop
Fill an Image with a given color
getFontData() - Static method in class net.sourceforge.rssowl.util.shop.FontShop
Get the FontData array using the given Font information on the system font fontdata
getFontData(int) - Static method in class net.sourceforge.rssowl.util.shop.FontShop
Get the FontData array using the given Font information on the system font fontdata
getFontData(String, int, int) - Static method in class net.sourceforge.rssowl.util.shop.FontShop
Get the FontData array using the given Font information on the system font fontdata
getGenerator() - Method in class net.sourceforge.rssowl.model.Channel
Get the generator
getGuid() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the GUID
getHeaderFont() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getHighlightWords() - Method in class net.sourceforge.rssowl.model.NewsItem
Get highlighted words
getHomepage() - Method in class net.sourceforge.rssowl.model.Channel
Get the Feeds Homepage
getHomepage() - Method in class net.sourceforge.rssowl.model.Favorite
Get the homepage of this favorit's feed
getHotkeyName(String) - Static method in class net.sourceforge.rssowl.util.shop.HotkeyShop
Get the name of a hotkey for the given item.
getHotkeyValue(String) - Static method in class net.sourceforge.rssowl.util.shop.HotkeyShop
Get the value of a hotkey for the given item.
getHotkeys() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getHttpStatus() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Get the HTTP Status
getImage() - Method in class net.sourceforge.rssowl.model.Channel
Get the ChannelImage
getImgUrl() - Method in class net.sourceforge.rssowl.model.ChannelImage
Get the image URL
getIndex(String) - Method in class net.sourceforge.rssowl.controller.Quickview
Get the index from the combo where the given URL is located or -1 if the URL is not part of the combo
getInitialSize() - Method in class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
 
getInputStream() - Method in class net.sourceforge.rssowl.dao.ConnectionManager
Get the resulting InputStream
getInstance() - Static method in class net.sourceforge.rssowl.controller.DisposeListenerImpl
Singleton to retrieve either an existing instance of DisposeListenerImpl or a new created one.
getInstance(Display, SystemTray) - Static method in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Factory method to create or return the single instance of the popup.
getInstance() - Static method in class net.sourceforge.rssowl.util.CryptoManager
Instantiate a new CryptoManager when this method is called the first time and return it.
getInstance() - Static method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get an Instance of DocumentConfig
getInstance(Document, OutputStream) - Static method in class net.sourceforge.rssowl.util.document.ExtendedHtmlWriter
Gets an instance of the ExtendedHtmlWriter
getItalicFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Italic Font
getItem(String) - Method in class net.sourceforge.rssowl.util.CryptoManager
Get an item from the crypta.
getItem(String) - Method in class net.sourceforge.rssowl.util.archive.Archive
Get an archive item from the archive
getItemCount() - Method in class net.sourceforge.rssowl.model.Channel
Get count of items
getItems() - Method in class net.sourceforge.rssowl.controller.sort.AbstractSorter
Gets the Hashtable of RSSNewsItems.
getItems() - Method in class net.sourceforge.rssowl.model.Channel
Get all items
getKeys() - Method in class net.sourceforge.rssowl.util.archive.Archive
Get all feedurl's of the archive as Enumeration
getKeys() - Method in class net.sourceforge.rssowl.util.archive.ArchiveIndex
 
getLanguage() - Method in class net.sourceforge.rssowl.model.Channel
Get the language
getLanguage() - Method in class net.sourceforge.rssowl.model.Favorite
Ge the language of this favorit's feed
getLanguageFlag(String, Class) - Static method in class net.sourceforge.rssowl.util.shop.PaintShop
Get the correct flag for the given language.
getLastBuildDate() - Method in class net.sourceforge.rssowl.model.Channel
Get the last build date
getLastBuildDateParsed() - Method in class net.sourceforge.rssowl.model.Channel
Get the parsed last build Date
getLastFeed() - Method in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Get the last feed to load
getLastOpenedFeeds() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the Vector with the last opened newsfeeds.
getLastVisitDate() - Method in class net.sourceforge.rssowl.model.Favorite
Get the last visit date of this favorite
getLength(boolean) - Method in class net.sourceforge.rssowl.model.Enclosure
Get the length of the enclosure
getLink() - Method in class net.sourceforge.rssowl.model.Channel
Get the link
getLink() - Method in class net.sourceforge.rssowl.model.ChannelImage
Get the link
getLink() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the link
getLinkColor() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getLinkFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Font to use for Links
getLinkForTitle(String) - Static method in class net.sourceforge.rssowl.model.Category
Return the Link for the given Title
getLinkList() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the Link List
getLoadOnStartupFavorites(TreeSet, Category) - Method in class net.sourceforge.rssowl.model.Category
Recursivly get all favorites also from the subcategorys that should autoload on startup of RSSOwl
getLoadingPercentages() - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Calculate the percentages of finishedLoad divided through entireLoad.
getMailBody() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getMailSubject() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getManagingEditor() - Method in class net.sourceforge.rssowl.model.Channel
Get the managing editor
getMaxConnectionCount() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getMessage() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
 
getMethod - Variable in class net.sourceforge.rssowl.dao.ConnectionManager
 
getMsg() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Get the error message
getName() - Method in class net.sourceforge.rssowl.model.Category
 
getName() - Method in class net.sourceforge.rssowl.model.TreeItemData
Get the name for this TreeItem
getNewsHeaderTabFolder() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Let other objects access this controll (for example to focus on it)
getNewsHeaderTable() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getNewsItemOrder() - Method in class net.sourceforge.rssowl.model.Channel
Get news item order
getNewsLink() - Method in class net.sourceforge.rssowl.util.archive.ArchiveEntry
 
getNewsTextTitle() - Method in class net.sourceforge.rssowl.controller.NewsText
Let other objects access this controll (for example to focus on it)
getNewsTitle() - Method in class net.sourceforge.rssowl.util.archive.ArchiveEntry
 
getNewsdate() - Method in class net.sourceforge.rssowl.util.archive.ArchiveEntry
 
getNewsfeedPanel() - Method in class net.sourceforge.rssowl.controller.panel.NewsfeedPanel
Get the newsfeed panel
getNewsfeedTitle() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the news feed title
getNewsfeedXmlUrl() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the newsfeed XML URL
getNextFeed() - Method in class net.sourceforge.rssowl.controller.thread.FeedQueueLoader
Get the next feed to load
getNormalFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Normal Font
getOrigurl() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the feed XML url from the newstext
getOwlAgent() - Static method in class net.sourceforge.rssowl.util.shop.BrowserShop
Get the owl agent for the platform
getPanel() - Method in class net.sourceforge.rssowl.controller.panel.ErrorPanel
Get the Error Panel
getPanel() - Method in class net.sourceforge.rssowl.controller.panel.UpdatePanel
Get the Update Panel
getPanel() - Method in class net.sourceforge.rssowl.controller.panel.WelcomePanel
Get the Welcome Panel
getParent() - Method in class net.sourceforge.rssowl.model.Category
 
getPassword() - Method in class net.sourceforge.rssowl.controller.dialog.LoginDialog
Get the entered password
getPathToBlogroll() - Method in class net.sourceforge.rssowl.model.Category
 
getPrimaryClientArea() - Method in class net.sourceforge.rssowl.controller.tray.SystemTrayAlert
Get the Client Area of the primary Monitor.
getPrintPane(String, String) - Static method in class net.sourceforge.rssowl.util.shop.PrintShop
Returns a StyledText that holds the news infos
getPrintableNewstext() - Method in class net.sourceforge.rssowl.controller.NewsText
Get the currently viewed newsitem's text to print.
getProgressIcon(int) - Static method in class net.sourceforge.rssowl.util.shop.PaintShop
Get the progress icon for the given value.
getPropertyChangeManager() - Static method in class net.sourceforge.rssowl.controller.properties.PropertyPage
 
getProxySettingsSave() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getPubDate() - Method in class net.sourceforge.rssowl.model.Channel
Get the publish date
getPubDate() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the publish date
getPubDateParsed() - Method in class net.sourceforge.rssowl.model.Channel
Get the parsed publish Date
getPubDateParsed() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the parsed publish Date
getPublicVersion() - Static method in class net.sourceforge.rssowl.controller.thread.UpdateManager
Get the correct formatted public version identifier
getPublisher() - Method in class net.sourceforge.rssowl.model.Channel
Get the publisher
getPublisher() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the publisher
getRSSChannel() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactory
Get the generated Channel
getRSSChannel() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getRSSFormat() - Method in class net.sourceforge.rssowl.model.Channel
Get the RSS Version
getRSSOwlAmphetaRate() - Method in class net.sourceforge.rssowl.controller.GUI
Let other objects access this thread
getRSSOwlBrowserPanel() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getRSSOwlCategory() - Method in class net.sourceforge.rssowl.model.Favorite
Get the rssOwlCategory this favorite is saved into.
getRSSOwlFavoritesTree() - Method in class net.sourceforge.rssowl.controller.GUI
Method to let other obj access this object
getRSSOwlFavoritesTreeDND() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Get the DND class that allows drag and drop on this favorites tree
getRSSOwlFeedQueueLoader() - Method in class net.sourceforge.rssowl.controller.GUI
Let other objects access this thread
getRSSOwlMenu() - Method in class net.sourceforge.rssowl.controller.GUI
Method to let other obj access this object
getRSSOwlNewsTabFolder() - Method in class net.sourceforge.rssowl.controller.GUI
Get the NewsTabFolder displaying newsfeeds
getRSSOwlNewsTabFolderDND() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the DND class that allows drag and drop on this tabfolder
getRSSOwlNewsText() - Method in class net.sourceforge.rssowl.controller.GUI
Get the NewsText composite
getRSSOwlQuickview() - Method in class net.sourceforge.rssowl.controller.GUI
Get the RSSOwl quickview control
getRSSOwlStatusLine() - Method in class net.sourceforge.rssowl.controller.GUI
Get the StatusLine control
getRSSOwlSystray() - Method in class net.sourceforge.rssowl.controller.GUI
Get the SystemTray object
getRatings() - Static method in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Get all ratings
getReason() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Get the error reason in dependance of the given error type
getRequiresViewUpdate() - Method in class net.sourceforge.rssowl.model.NewsItem
Check if this newsitem was marked to require an update in the view.
getResults() - Method in class net.sourceforge.rssowl.controller.dialog.FeedDiscoveryDialog
Get the results of the search
getResults() - Method in class net.sourceforge.rssowl.controller.dialog.FeedSearchDialog
Get the results from the feed searches
getRootCategory() - Static method in class net.sourceforge.rssowl.model.Category
Get the root category of all categories used in RSSOwl to store favorites or other cats.
getSafeXMLFeedUrl() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the URL of the XML feed this news item is in.
getSashWeights() - Method in class net.sourceforge.rssowl.controller.GUI
Method to let other obj access this object
getSavePath(String, String) - Static method in class net.sourceforge.rssowl.util.shop.FileShop
Get the FilePath from the user to save the file
getSearchResultsItemOrder() - Method in class net.sourceforge.rssowl.model.Channel
Get the search results item order
getSearchResultsItems() - Method in class net.sourceforge.rssowl.model.Channel
Get the search result items
getSelectedCat() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Get the selected category
getSelectedCat(String) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Get the selected category from the given path
getSelectedCategory() - Method in class net.sourceforge.rssowl.controller.dialog.SelectCategoryDialog
Get the associated Category model object for the selection in the category tree or the root category if no selection was made or the tree is empty
getSelectedChannel() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get Channel from the selected Tab
getSelectedEncoding() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getSelectedFav() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Get the selected favorite
getSelectedLanguage() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getSelectedNewsItem() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the selected newsitem
getSelectedNewsItem(String) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the selected newsitem from the given title
getSelectedTreeItemData() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Get the current selected TreeItem's data.
getShellBounds() - Method in class net.sourceforge.rssowl.controller.GUI
Get the Shell bounds inside a Hashtable
getSmallItalicFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Small Italic Font
getSortOrder() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getSortedLinkTitles() - Method in class net.sourceforge.rssowl.model.Category
 
getSortedSubCatTitles() - Method in class net.sourceforge.rssowl.model.Category
 
getSource() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the source
getStatusLine() - Method in class net.sourceforge.rssowl.dao.ConnectionManager
Get the statusline that the server has sent as a response to the connection
getStyle() - Method in class net.sourceforge.rssowl.controller.statusline.LoadJob
Get the style of this Job.
getStyleText(int) - Method in class net.sourceforge.rssowl.controller.statusline.StatusLine
Format the given style as String
getSubCategories() - Method in class net.sourceforge.rssowl.model.Category
 
getSubTitleFont() - Method in class net.sourceforge.rssowl.util.document.DocumentConfig
Get the Font to use for the Sub Title
getSyntaxHighlightColor() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getTabItem(Category) - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Get the tabitem for the given category or NULL.
getTableFont() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getTextFont() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getTitle() - Method in class net.sourceforge.rssowl.controller.statusline.LoadJob
Get the title of the Job.
getTitle() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Get the Title of the loading Newsfeed
getTitle() - Method in class net.sourceforge.rssowl.model.Channel
Get the title
getTitle() - Method in class net.sourceforge.rssowl.model.Favorite
 
getTitle() - Method in class net.sourceforge.rssowl.model.NewsItem
Get the title
getTitle() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getTitleForLink(String) - Static method in class net.sourceforge.rssowl.model.Category
Return the Title of the given Link
getTitleFromFeed(String) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Try to grab the title from the given feed
getTitleFromFeed(BufferedReader) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Get the title from an InputStream.
getTopCenter() - Method in class net.sourceforge.rssowl.controller.ViewForm
Returns Control that appears in the top center of the pane.
getTopLeft() - Method in class net.sourceforge.rssowl.controller.ViewForm
Returns the Control that appears in the top left corner of the pane.
getTopRight() - Method in class net.sourceforge.rssowl.controller.ViewForm
Returns the control in the top right corner of the pane.
getTranslatedRatingLevel(int) - Static method in class net.sourceforge.rssowl.controller.thread.AmphetaRateThread
Get the translated rating level for the giving level
getTranslation(String) - Method in class net.sourceforge.rssowl.util.i18n.Dictionary
Return the translated word for the given key
getTranslation(String) - Method in class net.sourceforge.rssowl.util.i18n.RSSOwlI18n
Return the translated word for the given key or the english translation if no translation was found.
getTranslation() - Method in class net.sourceforge.rssowl.util.i18n.Translation
Get the Hashmap with the translation
getTreeFont() - Method in class net.sourceforge.rssowl.controller.properties.PropertyChangeManager
 
getTreeHasUnreadFavs() - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Check if RSSOwl contains favorites with unread news
getTreeItem() - Method in class net.sourceforge.rssowl.model.Category
 
getTreeItem() - Method in class net.sourceforge.rssowl.model.Favorite
 
getTreePath(boolean) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Return the TreePath of the selected TreeItem
getTreePath(TreeItem, boolean) - Method in class net.sourceforge.rssowl.controller.FavoritesTree
Return the TreePath of the selected TreeItem
getTreePopUpMenu() - Method in class net.sourceforge.rssowl.controller.popup.FavoritesTreePopup
Get the Popup menu that is set on the favorites tree.
getTtl() - Method in class net.sourceforge.rssowl.model.Channel
Get the time to live
getType() - Method in class net.sourceforge.rssowl.model.Enclosure
Get the type of the enclosure
getUnreadNewsCount() - Method in class net.sourceforge.rssowl.model.Channel
Get the number of unread news for this channel
getUnreadNewsCount(String) - Method in class net.sourceforge.rssowl.model.Channel
Get the number of unread news for the given feed.
getUnreadNewsCount() - Method in class net.sourceforge.rssowl.model.Favorite
Get the number of unread news for this favorite.
getUpdateFrequency() - Method in class net.sourceforge.rssowl.model.Channel
Get update frequency
getUpdateInterval() - Method in class net.sourceforge.rssowl.model.Favorite
Get the update interval
getUpdatePeriod() - Method in class net.sourceforge.rssowl.model.Channel
Get the update period
getUpdatedFavorite() - Method in class net.sourceforge.rssowl.controller.dialog.FavoriteDialog
Get the updated favorite from this dialog
getUpdatedFavorite() - Method in class net.sourceforge.rssowl.controller.properties.EditFavoriteProperties
Return an updated favorite from the given favorite and the settings the user has made
getUrl() - Method in class net.sourceforge.rssowl.dao.NewsfeedFactoryException
Get the URL of the loading Newsfeed
getUrl() - Method in class net.sourceforge.rssowl.model.Enclosure
Get the URL of the enclosure
getUrl() - Method in class net.sourceforge.rssowl.model.Favorite
 
getUrl() - Method in class net.sourceforge.rssowl.model.TabItemData
 
getUserAgent() - Static method in class net.sourceforge.rssowl.util.shop.BrowserShop
Get the user agent for the platform
getUsername() - Method in class net.sourceforge.rssowl.controller.dialog.LoginDialog
Get the entered username
getValidDragSourceTabItem() - Method in class net.sourceforge.rssowl.controller.dnd.NewsTabFolderDND
Valid source items to drag from the tabfolder are tabs that display a newsfeed
getValidDragSourceTreeItem() - Method in class net.sourceforge.rssowl.controller.dnd.FavoritesTreeDND
This method will return the selected treeitem if its a favorite, category or root blogroll.
getValue() - Method in class net.sourceforge.rssowl.controller.dialog.SearchDialog
Returns the string typed into this input dialog.
getValue(String, String) - Method in class net.sourceforge.rssowl.dao.SettingsLoader
Load a value from the XML settings document
getValue(String, String, String) - Method in class net.sourceforge.rssowl.dao.SettingsLoader
Load a value from the XML settings document
getValue(String, String, String, boolean) - Method in class net.sourceforge.rssowl.dao.SettingsLoader
Load a value from the XML settings document
getValue(String) - Method in class net.sourceforge.rssowl.util.archive.ArchiveIndex
Get the value for the given key
getVersion() - Method in class net.sourceforge.rssowl.controller.thread.UpdateManager
Get version number from server
getWebmaster() - Method in class net.sourceforge.rssowl.model.Channel
Get the webmaster
getXMLDocument(String) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Retrieve the parsed XML document from a URL / Path
getXMLFormat() - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Create a Format to use with the XMLOutputter
getXMLStream(String) - Static method in class net.sourceforge.rssowl.util.shop.XMLShop
Method to get the contents of XML as InputStream
gotoNews - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
gotoNewsMenu - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
gotoNextNews - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
gotoNextNews - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
gotoNextTab - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
gotoNextTab() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Goto next tab
gotoNextTab - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
gotoNextUnreadNews - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
gotoNextUnreadNews - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
gotoNextUnreadNewsToolItem - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
gotoPreviousTab - Static variable in class net.sourceforge.rssowl.controller.MenuManager
 
gotoPreviousTab() - Method in class net.sourceforge.rssowl.controller.NewsTabFolder
Goto previous tab
gotoPreviousTab - Variable in class net.sourceforge.rssowl.controller.RSSOwlMenu
 
grabTitleButton - Variable in class net.sourceforge.rssowl.controller.properties.EditFavoriteProperties
 
grayToolBarColor - Static variable in class net.sourceforge.rssowl.util.shop.PaintShop
Gray ToolBar color
grayViewFormColor - Static variable in class net.sourceforge.rssowl.util.shop.PaintShop
Gray ViewForm color
gui - Variable in class net.sourceforge.rssowl.controller.thread.ShutdownHook
 
guiBuilt - Static variable in class net.sourceforge.rssowl.controller.RSSOwlLoader
Flag to set TRUE when the application was built
guid - Variable in class net.sourceforge.rssowl.model.NewsItem
 

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