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