com.im.df/1 5.9.1

com.im.df.query
Interface JChemSearchConfigurator

All Known Implementing Classes:
ExactSearchParamsPanel, JChemSearchParametersPanel, PerfectSearchParamsPanel, SimilaritySearchParamsPanel

public interface JChemSearchConfigurator


Method Summary
 void configure(SearchCapability.SearchMode mode)
          TODO: javadoc missing
 void defineOptions(JChemSearchOptions opts)
          Set the search options from the settings specified
 void initOptions(JChemSearchOptions opts)
          Set the UI based on these options.
 void reset()
          Reset to the initial values
 

Method Detail

configure

void configure(SearchCapability.SearchMode mode)
TODO: javadoc missing

Parameters:
mode -

defineOptions

void defineOptions(JChemSearchOptions opts)
Set the search options from the settings specified

Parameters:
opts - The options to be filled

initOptions

void initOptions(JChemSearchOptions opts)
Set the UI based on these options.

TODO: how can I get JChemSearchOptions if I just have DFTermExpression?


reset

void reset()
Reset to the initial values


com.im.df/1 5.9.1