Uses of Interface
javax.help.TextHelpModel.Highlight

Packages that use TextHelpModel.Highlight
javax.help 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.Highlight
static class DefaultHelpModel.DefaultHighlight
          A default implementation of TextHelpModel.Highlight
 

Methods in javax.help that return TextHelpModel.Highlight
 TextHelpModel.Highlight[] TextHelpModel.getHighlights()
          Gets all highlights.
 TextHelpModel.Highlight[] DefaultHelpModel.getHighlights()
          Geta all the highlights currently active.
 

Methods in javax.help with parameters of type TextHelpModel.Highlight
 void TextHelpModel.setHighlights(TextHelpModel.Highlight[] h)
          Sets the highlights to be a range of positions in a document.
 void DefaultHelpModel.setHighlights(TextHelpModel.Highlight[] h)
          Set highlights.