Uses of Interface
net.sourceforge.java.util.gui.jface.viewers.INameable

Packages that use INameable
net.sourceforge.java.feednread.backend.model.favoritestree Provides the data model classes for the NewsFeedFavoritesTree ui component. 
net.sourceforge.java.feednread.backend.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
 

Uses of INameable in net.sourceforge.java.feednread.backend.model.favoritestree
 

Classes in net.sourceforge.java.feednread.backend.model.favoritestree that implement INameable
 class Category
           Category represents a hierarchical structure for Favorite objects, i.e.
 class Favorite
           Favorite represents a NewsFeed bookmark in the NewsFeedFavoritesTree component.
 

Uses of INameable in net.sourceforge.java.feednread.backend.model.watchestree
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree that implement INameable
 class Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
 class WatchFolder
           Logical folder structure to hold and organize Watch elements.
 

Uses of INameable in net.sourceforge.java.feednread.frontend.event.action
 

Methods in net.sourceforge.java.feednread.frontend.event.action with parameters of type INameable
private  IJob UpdateTreeElementAction.update(INameable nameable, Favorite[] favorites)
           Updates the specified list of Favorites.
private  IJob UpdateNewsFeedTabAction.update(INameable nameable, Favorite[] favorites)
           Updates the specified list of Favorites.