Uses of Class
comirva.config.PageCountsRetrieverConfig

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

Uses of PageCountsRetrieverConfig in comirva.ui
 

Methods in comirva.ui with parameters of type PageCountsRetrieverConfig
 void PageCountsRetrieverDialog.setConfig(PageCountsRetrieverConfig pcrCfg)
          Sets the values of the configuration dialog to the ones specified by the given PageCountsRetriever-instance.
 

Uses of PageCountsRetrieverConfig in comirva.web.crawling
 

Constructors in comirva.web.crawling with parameters of type PageCountsRetrieverConfig
PageCountsRetriever_InvalidPCRequerier(PageCountsRetrieverConfig pcrCfg, Vector searchWords, DataMatrix pageCountMatrix, JLabel statusBar)
          Creates an InvalidPageCountsRetriever for accessing Google-like search engines and calculating a page count matrix for the co-occurence of the terms in the searchList Vector.
PageCountsRetriever(PageCountsRetrieverConfig pcrCfg, Vector searchWords, Vector ml, DefaultListModel lm, JLabel statusBar)
          Creates a PageCountsRetriever for accessing Google-like search engines and calculating a page count matrix for the co-occurence of the terms in the searchList Vector.