Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHelpModel
This class implements the javax.help.HelpModel API and
notifies the JHelpModel listeners when changes occur.
|
Modifier and Type | Field and Description |
---|---|
protected TextHelpModel |
JHelp.helpModel |
protected TextHelpModel |
JHelpContentViewer.model |
Modifier and Type | Method and Description |
---|---|
protected TextHelpModel |
Presentation.getHelpModel() |
TextHelpModel |
JHelp.getModel() |
TextHelpModel |
JHelpContentViewer.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
JHelp.setModel(TextHelpModel newModel)
Sets the HelpModel that provides the data.
|
void |
JHelpContentViewer.setModel(TextHelpModel newModel)
Sets the HelpModel that provides the data.
|
Constructor and Description |
---|
JHelp(TextHelpModel model)
Create a JHelp using the TextHelpModel.
|
JHelp(TextHelpModel model,
HelpHistoryModel history,
HelpSet.Presentation hsPres)
Create a JHelp using the TextHelpModel and HelpHistoryModel
|
JHelpContentViewer(TextHelpModel model)
Creates a JHelp with an specific TextHelpModel as its data model.
|