Uses of Interface
net.sourceforge.java.feednread.backend.exporter.INewsFeedWatchesTreeExportIdentifiers

Packages that use INewsFeedWatchesTreeExportIdentifiers
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.  
 

Uses of INewsFeedWatchesTreeExportIdentifiers in net.sourceforge.java.feednread.backend.exporter
 

Classes in net.sourceforge.java.feednread.backend.exporter that implement INewsFeedWatchesTreeExportIdentifiers
 class NewsFeedWatchesTreeExport
           Exports the NewsFeedWatchesTree, i.e. its hierarchical WatchFolder structure to an xml JDOM Document which can on his part be exported to a File .
 

Uses of INewsFeedWatchesTreeExportIdentifiers in net.sourceforge.java.feednread.backend.importer
 

Classes in net.sourceforge.java.feednread.backend.importer that implement INewsFeedWatchesTreeExportIdentifiers
 class NewsFeedWatchesTreeImport
           Imports a NewsFeedWatchesTree serialized as xml structure into an arbitrary WatchFolder.