Uses of Class
comirva.config.WebCrawlingConfig

Packages that use WebCrawlingConfig
comirva.ui   
comirva.web.crawling   
 

Uses of WebCrawlingConfig in comirva.ui
 

Methods in comirva.ui with parameters of type WebCrawlingConfig
 void WebCrawlingDialog.setConfig(WebCrawlingConfig wcCfg)
          Sets the values of the configuration dialog to the ones specified by the given WebCrawling-instance.
 

Uses of WebCrawlingConfig in comirva.web.crawling
 

Constructors in comirva.web.crawling with parameters of type WebCrawlingConfig
WebCrawling(WebCrawlingConfig wcCfg, Vector searchWords, JLabel statusBar)
          Creates a new WebCrawling-instance.