Extension SDK 9.0.5

Uses of Class
oracle.javatools.editor.highlight.HighlightedFragmentsList

Packages that use HighlightedFragmentsList
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 colored background highlights to regions of text in an editor pane. 
 

Uses of HighlightedFragmentsList in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type HighlightedFragmentsList
protected  int BasicView.paintLine(java.awt.Graphics graphics, TextBuffer textBuffer, java.awt.Rectangle viewRect, java.awt.Rectangle clipRect, int line, StyledFragmentsList styledList, int styledIndex, HighlightedFragmentsList highlightedList)
          Paints the specified line of the view with the given styles and highlights.
 

Uses of HighlightedFragmentsList in oracle.javatools.editor.highlight
 

Methods in oracle.javatools.editor.highlight with parameters of type HighlightedFragmentsList
 void HighlightLayer.renderHighlights(HighlightedFragmentsList fragmentsList, int startOffset, int endOffset)
          This routine is used by the editor view to obtain all of the highlights in this highlight layer in the given offset range.
 


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.