Uses of Class
net.sourceforge.rssowl.model.Favorite

Packages that use Favorite
net.sourceforge.rssowl.controller   
net.sourceforge.rssowl.controller.dialog   
net.sourceforge.rssowl.controller.dnd   
net.sourceforge.rssowl.controller.properties   
net.sourceforge.rssowl.controller.thread   
net.sourceforge.rssowl.dao   
net.sourceforge.rssowl.model   
 

Uses of Favorite in net.sourceforge.rssowl.controller
 

Methods in net.sourceforge.rssowl.controller that return Favorite
 Favorite FavoritesTree.getSelectedFav()
          Get the selected favorite
 

Methods in net.sourceforge.rssowl.controller with parameters of type Favorite
(package private)  void EventManager.actionMarkFavoriteRead(Favorite selectedFavorite)
          Mark all news of the given favorite read
(package private)  void EventManager.actionMarkFavoriteRead(Favorite selectedFavorite, boolean updateSysTray)
          Mark all news of the given favorite read
 void FavoritesTree.addFavorite(Category selectedCat, String link, String title, Favorite oldFavorite)
          Add a new Favorite to the Tree
 void FavoritesTree.addFavorite(String catPath, String link, String title, Favorite oldFavorite)
          Add a new Favorite to the Tree
(package private)  void FavoritesTree.renameFavorite(Favorite favorite, String newTitle)
          Rename the given Favorite using the new title
 

Uses of Favorite in net.sourceforge.rssowl.controller.dialog
 

Fields in net.sourceforge.rssowl.controller.dialog declared as Favorite
private  Favorite FavoriteDialog.rssOwlFavorite
           
 

Methods in net.sourceforge.rssowl.controller.dialog that return Favorite
 Favorite FavoriteDialog.getUpdatedFavorite()
          Get the updated favorite from this dialog
 

Constructors in net.sourceforge.rssowl.controller.dialog with parameters of type Favorite
FavoriteDialog(Favorite rssOwlFavorite, org.eclipse.swt.widgets.Shell parentShell, String dialogTitle)
          Creates a Dialog with a tab showing different categories.
 

Uses of Favorite in net.sourceforge.rssowl.controller.dnd
 

Methods in net.sourceforge.rssowl.controller.dnd with parameters of type Favorite
(package private)  void FavoritesTreeDND.createFavorite(Favorite rssOwlFavorite, org.eclipse.swt.widgets.TreeItem parent)
          Create a new favorite in the selected category
 

Uses of Favorite in net.sourceforge.rssowl.controller.properties
 

Fields in net.sourceforge.rssowl.controller.properties declared as Favorite
protected  Favorite FavoritePropertyPage.rssOwlFavorite
          The favorite that is currently edited
 

Methods in net.sourceforge.rssowl.controller.properties that return Favorite
 Favorite EditFavoriteProperties.getUpdatedFavorite()
          Return an updated favorite from the given favorite and the settings the user has made
 

Constructors in net.sourceforge.rssowl.controller.properties with parameters of type Favorite
EditFavoriteProperties(org.eclipse.swt.widgets.Composite parent, Favorite rssOwlFavorite)
          Instatiate a new EditFavoriteProperties PropertyPage
FavoritePropertyPage(org.eclipse.swt.widgets.Composite parent, Favorite rssOwlFavorite)
          Instantiates a new FavoritePropertyPage
ViewFavoriteProperties(org.eclipse.swt.widgets.Composite parent, Favorite rssOwlFavorite)
          Instatiate a new ViewFavoriteProperties propertypage
 

Uses of Favorite in net.sourceforge.rssowl.controller.thread
 

Fields in net.sourceforge.rssowl.controller.thread declared as Favorite
(package private)  Favorite FeedAutoUpdater.currentRSSOwlFavorite
          Favorite to update
 

Methods in net.sourceforge.rssowl.controller.thread with parameters of type Favorite
static void FeedAutoUpdater.removeFavorite(Favorite rssOwlFavorite)
          This method removes a Favorite from the feedList.
static void FeedAutoUpdater.updateFeedList(Favorite rssOwlFavorite)
          Update the feedList.
 

Uses of Favorite in net.sourceforge.rssowl.dao
 

Methods in net.sourceforge.rssowl.dao that return Favorite
private  Favorite SettingsLoader.loadFavorite(Category rssOwlCategory, org.jdom.Element catOrFav)
          Load a favorite from the Element
 

Methods in net.sourceforge.rssowl.dao with parameters of type Favorite
 void Exporter.exportFavoriteToOPML(Favorite favorite, Category rssOwlCategory)
          Export the given Favorite to a XML OPML file.
 

Constructors in net.sourceforge.rssowl.dao with parameters of type Favorite
NewsfeedFactory(Favorite rssOwlFavorite)
          Create a new parser for the given URL to the RSS file
 

Uses of Favorite in net.sourceforge.rssowl.model
 

Fields in net.sourceforge.rssowl.model declared as Favorite
private  Favorite TreeItemData.favorite
           
 

Methods in net.sourceforge.rssowl.model that return Favorite
 Favorite TreeItemData.getFavorite()
          If this Data Object is from a Favorite, store a reference to the connected model object.
 

Methods in net.sourceforge.rssowl.model with parameters of type Favorite
 void Category.addFavorite(Favorite rssOwlFavorite)
          Add a favorit to the category
 void Category.editFavorite(Favorite oldFavorite, Favorite newFavorite)
          Edit a favorite
 void Favorite.clone(Favorite rssOwlFavorite)
          Clone settings from this favorite into the given one
 void Favorite.duplicate(Favorite rssOwlFavorite)
          Duplicate this favorite into the given one.
 void TreeItemData.setFavorite(Favorite favorite)
          If this Data Object is from a Favorite, store a reference to the connected model object.
 



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo