Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SearchEngine |
JHelpSearchNavigator.getSearchEngine()
Instantiates and returns a SearchEngine class.
|
Modifier and Type | Method and Description |
---|---|
void |
JHelpSearchNavigator.setSearchEngine(SearchEngine search)
Explicitly changes the default (overriding what is in the HelpSet).
|
Modifier and Type | Field and Description |
---|---|
protected SearchEngine |
BasicSearchNavigatorUI.helpsearch |
Modifier and Type | Class and Description |
---|---|
class |
MergingSearchEngine |
Modifier and Type | Field and Description |
---|---|
protected SearchEngine |
SearchQuery.hs |
Modifier and Type | Method and Description |
---|---|
SearchEngine |
SearchQuery.getSearchEngine()
Returns the SearchEngine associated with this SearchQuery.
|
Constructor and Description |
---|
MergingSearchEngine(SearchEngine engine) |
SearchQuery(SearchEngine hs)
Creates a SearchQuery.
|