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