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

Packages that use WatchSettings
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.model.watchestree Provides the data model classes for the NewsFeedWatchesTree ui component. 
net.sourceforge.java.feednread.frontend.wizard Provides classes for wizards used in the application context. 
 

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

Methods in net.sourceforge.java.feednread.backend.importer with parameters of type WatchSettings
protected  void NewsFeedWatchesTreeImport.importWatchSettingsEntry(Element entryElem, WatchSettings settings)
           Imports the WatchSettingsEntry specified by the given entryElem and adds it to the given WatchSettings.
 

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

Methods in net.sourceforge.java.feednread.backend.model.watchestree that return WatchSettings
 WatchSettings Watch.getSettings()
           Gets the WatchSettings of this Watch.
 

Methods in net.sourceforge.java.feednread.backend.model.watchestree with parameters of type WatchSettings
 void Watch.setSettings(WatchSettings settings)
           Sets the WatchSettings for this Watch.
 

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

Fields in net.sourceforge.java.feednread.frontend.wizard declared as WatchSettings
private  WatchSettings WatchSettingsWizardPage.settings
           The WatchSettings object to be edited or added
private  WatchSettings WatchSettingsTableContentProvider.settings
           The WatchSettings instance to manage
 

Methods in net.sourceforge.java.feednread.frontend.wizard that return WatchSettings
 WatchSettings WatchSettingsWizardPage.getSettings()
           Gets the WatchSettings object edited or created by this WatchSettingsWizardPage depending on the mode it is running in.
 

Constructors in net.sourceforge.java.feednread.frontend.wizard with parameters of type WatchSettings
WatchSettingsWizardPage(WatchSettings settings)
           Creates a new WatchSettingsWizardPage instance.