| Package | Description |
|---|---|
| javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
| javax.help.plaf.basic |
| Modifier and Type | Method and Description |
|---|---|
HelpNavigatorUI |
JHelpNavigator.getUI()
Returns the HelpUI that provides the current look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JHelpNavigator.setUI(HelpNavigatorUI ui)
Sets the HelpUI that provides the current look and feel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFavoritesNavigatorUI
The default UI for JHelpNavigator of type Favorites
|
class |
BasicGlossaryNavigatorUI
The default UI for JHelpNavigator of type Glossary.
|
class |
BasicIndexNavigatorUI
The default UI for JHelpNavigator of type Index.
|
class |
BasicSearchNavigatorUI |
class |
BasicTOCNavigatorUI
The default UI for JHelpNavigator of type TOC.
|