Uses of Class
org.alltimeflashdreamer.filelister.SearchParameters

Packages that use SearchParameters
org.alltimeflashdreamer.filelister The filelister package contains the application core, such as the JDBC connectivity, the configuration reader, the indexer and the viewer servlets. 
 

Uses of SearchParameters in org.alltimeflashdreamer.filelister
 

Subclasses of SearchParameters in org.alltimeflashdreamer.filelister
 class DefineSearchParameters
           Title: DefineSearchParameters Description: Simple SearchParameters extending class which stores easily accessible parameters for the GUI of the define-search site.
 

Constructors in org.alltimeflashdreamer.filelister with parameters of type SearchParameters
DefineSearchParameters(SearchParameters params, int iSearchMode)
          This constructor simply copies the values of the given SearchParameters instance, if the given search mode is "search again", else default values are used for the search mode sensitive parameters.