Uses of Class
net.sourceforge.java.feednread.backend.model.watchestree.WatchFolder

Packages that use WatchFolder
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.watchestree Provides the data model classes for 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. 
 

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

Fields in net.sourceforge.java.feednread.backend.exporter declared as WatchFolder
private  WatchFolder NewsFeedWatchesTreeExport.rootFolder
           The root WatchFolderto export
 

Methods in net.sourceforge.java.feednread.backend.exporter with parameters of type WatchFolder
protected  void NewsFeedWatchesTreeExport.createFolder(WatchFolder folder, Element parent)
           Creates a watch folder Element from the specified WatchFolder inside the denoted parent.
 

Constructors in net.sourceforge.java.feednread.backend.exporter with parameters of type WatchFolder
NewsFeedWatchesTreeExport(WatchFolder rootFolder)
           Creates a new NewsFeedWatchesTreeExport instance.
 

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

Fields in net.sourceforge.java.feednread.backend.importer declared as WatchFolder
private  WatchFolder NewsFeedWatchesTreeImport.targetFolder
           The WatchFolder to import into
 

Methods in net.sourceforge.java.feednread.backend.importer with parameters of type WatchFolder
protected  void NewsFeedWatchesTreeImport.importWatchFolder(Element folderElem, WatchFolder parent)
           Imports the WatchFolder specified by the given folderElem and hangs it in the given parent WatchFolder.
protected  void NewsFeedWatchesTreeImport.importWatch(Element watchElem, WatchFolder parent)
           Imports the Watch specified by the given watchElem and hangs it in the given parent WatchFolder.
 

Constructors in net.sourceforge.java.feednread.backend.importer with parameters of type WatchFolder
NewsFeedWatchesTreeImport(IProgressMonitor monitor, WatchFolder targetFolder, Map elements)
           Creates a new NewsFeedWatchesTreeImport that imports into the specified targetFolder.
 

Uses of WatchFolder in net.sourceforge.java.feednread.backend.jobs
 

Fields in net.sourceforge.java.feednread.backend.jobs declared as WatchFolder
private  WatchFolder TreeImportJob.targetFolder
           The WatchFolder to import the NewsFeedWatchesTree structure into
 

Constructors in net.sourceforge.java.feednread.backend.jobs with parameters of type WatchFolder
TreeImportJob(MainApplicationWindow mainWindow, Category targetCategory, String favoritesFile, WatchFolder targetFolder, String watchesFile)
           Creates a new TreeImportJob instance.
 

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

Fields in net.sourceforge.java.feednread.backend.model.watchestree declared as WatchFolder
private  WatchFolder NewsFeedWatchesTreeContentProvider.root
           The root WatchFolder
 

Methods in net.sourceforge.java.feednread.backend.model.watchestree that return WatchFolder
 WatchFolder NewsFeedWatchesTreeContentProvider.getRoot()
           Gets the root WatchFolder managed by this NewsFeedWatchesTreeContentProvider.
 

Constructors in net.sourceforge.java.feednread.backend.model.watchestree with parameters of type WatchFolder
NewsFeedWatchesTreeContentProvider(TreeViewer viewer, WatchFolder root)
           Creates a new NewsFeedWatchesTreeContentProvider for the specified TreeViewer using the specified root WatchFolder.
 

Uses of WatchFolder in net.sourceforge.java.feednread.frontend.dialog
 

Fields in net.sourceforge.java.feednread.frontend.dialog declared as WatchFolder
private  WatchFolder WatchFolderSelectionDialog.selectedFolder
           The selected WatchFolder<
private  WatchFolder WatchFolderSelectionDialog.excluedFolder
           The WatchFolder to exclude from potential selections
private  WatchFolder WatchFolderSelectionDialog.dummyRoot
           A dummy root WatchFolder to achive that the actual root WatchFolder which is normally invisible is displayed.
private  WatchFolder WatchFolderInputDialog.parentFolder
           The parent WatchFolder for which to create a new WatchFolder
private  WatchFolder WatchFolderInputDialog.editFolder
           The WatchFolder to be edited, null if creating a new WatchFolder
 

Methods in net.sourceforge.java.feednread.frontend.dialog that return WatchFolder
 WatchFolder WatchFolderSelectionDialog.getSelection()
           Gets the selected WatchFolder.
 WatchFolder WatchFolderInputDialog.getParentFolder()
           Gets the parent WatchFolder of the edited WatchFolder.
 

Constructors in net.sourceforge.java.feednread.frontend.dialog with parameters of type WatchFolder
WatchFolderSelectionDialog(MainApplicationWindow mainWindow, String dialogTitle, WatchFolder selectedFolder, WatchFolder excludedFolder)
           Creates a new WatchFolderSelectionDialog instance.
WatchFolderInputDialog(MainApplicationWindow mainWindow, WatchFolder parentFolder, WatchFolder editFolder, String dialogTitle)
           Creates a new WatchFolderInputDialog using the specified dialog settings.
 

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

Methods in net.sourceforge.java.feednread.frontend.event.action with parameters of type WatchFolder
private  void UpdateTreeElementAction.update(WatchFolder folder)
           Updates the specified WatchFolder, i.e. recursively updates all Watches within that WatchFolder.
private  void TreeElementPropertiesAction.updateProperties(WatchFolder selectedFolder)
           Updates the properties of the specified WatchFolder.
private  void MarkTreeElementReadAction.markRead(WatchFolder folder, NewsFeedTabBar tabBar)
           Marks the specified WatchFolder as read, i.e. recurisvely marks all Watches as read.
 

Uses of WatchFolder in net.sourceforge.java.feednread.frontend.wizard
 

Fields in net.sourceforge.java.feednread.frontend.wizard declared as WatchFolder
private  WatchFolder WatchBasicDataWizardPage.parentFolder
           The parent WatchFolder for which to create a new Watch
 

Methods in net.sourceforge.java.feednread.frontend.wizard that return WatchFolder
 WatchFolder WatchBasicDataWizardPage.getParentFolder()
           Gets the parent WatchFolder of the edited Watch.
 

Constructors in net.sourceforge.java.feednread.frontend.wizard with parameters of type WatchFolder
WatchBasicDataWizardPage(MainApplicationWindow mainWindow, WatchFolder parentFolder)
           Creates a new WatchBasicDataWizardPage instance.
WatchBasicDataWizardPage(MainApplicationWindow mainWindow, String title, String description, WatchFolder parentFolder)
           Creates a new WatchBasicDataWizardPage instance.