| Package | Description | 
|---|---|
| oracle.javatools.editor | 
 The  
Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. | 
| oracle.javatools.editor.highlight | 
 The Highlights package is a subset of the Editor package, and contains
API's for creating, maintaining, and applying background, foreground,
font, and underline highlights to regions of text in an editor pane. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected oracle.javatools.editor.BasicView.PaintResult | 
BasicView.paintUnderlineSegment(java.awt.Graphics graphics,
                     java.awt.Rectangle clipRect,
                     StyledFragmentsList styledList,
                     HighlightFragmentsList fontHighlightList,
                     HighlightFragment underlineFragment,
                     int startOffset,
                     int endOffset)
Paints a single range-based underline fragment in the editor view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HighlightFragment | 
HighlightFragmentsList.get(int index)
Get the fragment at the specified index. 
 |