Uses of Interface
javax.help.TextHelpModel
Packages that use TextHelpModel
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of TextHelpModel in javax.help
Classes in javax.help that implement TextHelpModelModifier and TypeClassDescriptionclass
This class implements the javax.help.HelpModel API and notifies the JHelpModel listeners when changes occur.Fields in javax.help declared as TextHelpModelModifier and TypeFieldDescriptionprotected TextHelpModel
JHelp.helpModel
protected TextHelpModel
JHelpContentViewer.model
Methods in javax.help that return TextHelpModelModifier and TypeMethodDescriptionprotected TextHelpModel
Presentation.getHelpModel()
JHelp.getModel()
JHelpContentViewer.getModel()
Methods in javax.help with parameters of type TextHelpModelModifier and TypeMethodDescriptionvoid
JHelp.setModel
(TextHelpModel newModel) Sets the HelpModel that provides the data.void
JHelpContentViewer.setModel
(TextHelpModel newModel) Sets the HelpModel that provides the data.Constructors in javax.help with parameters of type TextHelpModelModifierConstructorDescriptionJHelp
(TextHelpModel model) Create a JHelp using the TextHelpModel.JHelp
(TextHelpModel model, HelpHistoryModel history, HelpSet.Presentation hsPres) Create a JHelp using the TextHelpModel and HelpHistoryModelJHelpContentViewer
(TextHelpModel model) Creates a JHelp with an specific TextHelpModel as its data model.