Uses of Interface
javax.help.TextHelpModel.Highlight
Packages that use TextHelpModel.Highlight
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of TextHelpModel.Highlight in javax.help
Classes in javax.help that implement TextHelpModel.HighlightModifier and TypeClassDescriptionstatic class
A default implementation of TextHelpModel.HighlightMethods in javax.help that return TextHelpModel.HighlightModifier and TypeMethodDescriptionDefaultHelpModel.getHighlights()
Geta all the highlights currently active.TextHelpModel.getHighlights()
Gets all highlights.Methods in javax.help with parameters of type TextHelpModel.HighlightModifier and TypeMethodDescriptionvoid
DefaultHelpModel.setHighlights
(TextHelpModel.Highlight[] h) Set highlights.void
TextHelpModel.setHighlights
(TextHelpModel.Highlight[] h) Sets the highlights to be a range of positions in a document.