Uses of Class
javax.help.search.SearchEngine
Packages that use SearchEngine
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
Supports simple access to search engines.
-
Uses of SearchEngine in javax.help
Methods in javax.help that return SearchEngineModifier and TypeMethodDescriptionJHelpSearchNavigator.getSearchEngine()
Instantiates and returns a SearchEngine class.Methods in javax.help with parameters of type SearchEngineModifier and TypeMethodDescriptionvoid
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 -
Uses of SearchEngine in javax.help.search
Subclasses of SearchEngine in javax.help.searchFields in javax.help.search declared as SearchEngineMethods in javax.help.search that return SearchEngineModifier and TypeMethodDescriptionSearchQuery.getSearchEngine()
Returns the SearchEngine associated with this SearchQuery.Constructors in javax.help.search with parameters of type SearchEngine