Uses of Package
net.sourceforge.java.feednread.backend.model.watchestree

Packages that use net.sourceforge.java.feednread.backend.model.watchestree
net.sourceforge.java.feednread.backend.exporter Contains classes for exporting hierarchical structures embedded in the NewsFeedFavoritesTree and NewsFeedWatchesTree to the OPML format.  
net.sourceforge.java.feednread.backend.importer Contains classes for importing hierarchical structures embedded in OPML Documents into the NewsFeedFavoritesTree resp.  
net.sourceforge.java.feednread.backend.jobs Contains a collection of Jobs to concurrently perform application specific tasks in the JobManager execution context. 
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.components.tabbar Contains all the interfaces and classes composing the NewsFeedTabBar ui component. 
net.sourceforge.java.feednread.frontend.components.watchestree Contains all the classes composing the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.dialog Provides a collection of dialogs used in the application context. 
net.sourceforge.java.feednread.frontend.event.action Provides a collection of Actions handling events based on user actions.  
net.sourceforge.java.feednread.frontend.wizard Provides classes for wizards used in the application context. 
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.backend.exporter
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
WatchSettingsEntry
           Represents a detail unit within a WatchSettings object.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.backend.importer
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
WatchSettings
           Holds the settings used by a Watch to query the matching NewsFeedEntries from a NewsFeed.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.backend.jobs
WatchFolder
           Logical folder structure to hold and organize Watch elements.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.backend.model.favoritestree
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.backend.model.watchestree
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
WatchSettings
           Holds the settings used by a Watch to query the matching NewsFeedEntries from a NewsFeed.
WatchSettingsEntry
           Represents a detail unit within a WatchSettings object.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.frontend.components.tabbar
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.frontend.components.watchestree
NewsFeedWatchesTreeContentProvider
           Provides the data for a NewsFeedWatchesTree component.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.frontend.dialog
NewsFeedWatchesTreeContentProvider
           Provides the data for a NewsFeedWatchesTree component.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
WatchSettingsEntry
           Represents a detail unit within a WatchSettings object.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.frontend.event.action
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
 

Classes in net.sourceforge.java.feednread.backend.model.watchestree used by net.sourceforge.java.feednread.frontend.wizard
Watch
           Represents a NewsFeedWatch tree element which can be organized in WatchFolder structures.
WatchFolder
           Logical folder structure to hold and organize Watch elements.
WatchSettings
           Holds the settings used by a Watch to query the matching NewsFeedEntries from a NewsFeed.
WatchSettingsEntry
           Represents a detail unit within a WatchSettings object.