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 | Class and Description |
---|---|
class |
DefaultHelpHistoryModel
DefaultHelpHistoryModel is default implementation of HelpHistoryModel interface
|
Modifier and Type | Field and Description |
---|---|
protected HelpHistoryModel |
JHelp.historyModel |
Modifier and Type | Method and Description |
---|---|
HelpHistoryModel |
JHelp.getHistoryModel()
Returns The HelpHistoryModel
|
Constructor and Description |
---|
JHelp(TextHelpModel model,
HelpHistoryModel history,
HelpSet.Presentation hsPres)
Create a JHelp using the TextHelpModel and HelpHistoryModel
|
Modifier and Type | Method and Description |
---|---|
protected HelpHistoryModel |
BasicHelpUI.getHistoryModel()
Returns actual HelpHistoryModel
|