Uses of Class
javax.help.search.SearchEngine

Packages that use SearchEngine
javax.help Supports presentation of online documentation with both content and contextual views of this information. 
javax.help.plaf.basic   
javax.help.search Supports simple access to search engines. 
 

Uses of SearchEngine in javax.help
 

Methods in javax.help that return SearchEngine
 SearchEngine JHelpSearchNavigator.getSearchEngine()
          Instantiates and returns a SearchEngine class.
 

Methods in javax.help with parameters of type SearchEngine
 void JHelpSearchNavigator.setSearchEngine(SearchEngine search)
          Explicitly changes the default (overriding what is in the HelpSet).
 

Uses of SearchEngine in javax.help.plaf.basic
 

Fields in javax.help.plaf.basic declared as SearchEngine
protected  SearchEngine BasicSearchNavigatorUI.helpsearch
           
 

Uses of SearchEngine in javax.help.search
 

Subclasses of SearchEngine in javax.help.search
 class MergingSearchEngine
           
 

Fields in javax.help.search declared as SearchEngine
protected  SearchEngine SearchQuery.hs
           
 

Methods in javax.help.search that return SearchEngine
 SearchEngine SearchQuery.getSearchEngine()
          Returns the SearchEngine associated with this SearchQuery.
 

Constructors in javax.help.search with parameters of type SearchEngine
MergingSearchEngine(SearchEngine engine)
           
SearchQuery(SearchEngine hs)
          Creates a SearchQuery.