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

Packages that use TreeItemData
net.sourceforge.rssowl.controller   
net.sourceforge.rssowl.model   
 

Uses of TreeItemData in net.sourceforge.rssowl.controller
 

Methods in net.sourceforge.rssowl.controller that return TreeItemData
(package private)  TreeItemData FavoritesTree.getSelectedTreeItemData()
          Get the current selected TreeItem's data.
 

Uses of TreeItemData in net.sourceforge.rssowl.model
 

Methods in net.sourceforge.rssowl.model that return TreeItemData
static TreeItemData TreeItemData.createBlogroll(String name, boolean statusUnread)
          Create a new TreeItem with the type: Blogroll
static TreeItemData TreeItemData.createBlogrollFavorite(String name, boolean statusUnread)
          Create a new TreeItem with the type: Blogroll Favorite
static TreeItemData TreeItemData.createCategory(String name, boolean statusUnread)
          Create a new TreeItem with the type: Category
static TreeItemData TreeItemData.createFavorite(String name, boolean statusUnread)
          Create a new TreeItem with the type: Favorite
 



RSSOwl - RSS / RDF / Atom Newsreader

SourceForge.net Logo