Package javax.help
Interface TextHelpModel.Highlight
-
- All Known Implementing Classes:
DefaultHelpModel.DefaultHighlight
- Enclosing interface:
- TextHelpModel
public static interface TextHelpModel.HighlightThis is very similar to javax.swing.text.Highlighter.Highlight except that it does not use the notion of HighlightPainter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEndOffset()Gets the ending model offset of the highlight.intgetStartOffset()Gets the starting model offset of the highlight.
-