Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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

Packages that use HighlightFragment
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. 
 

Uses of HighlightFragment in oracle.javatools.editor
 

Methods in oracle.javatools.editor with parameters of type HighlightFragment
protected  void 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.
 

Uses of HighlightFragment in oracle.javatools.editor.highlight
 

Methods in oracle.javatools.editor.highlight that return HighlightFragment
 HighlightFragment HighlightFragmentsList.get(int index)
          Get the fragment at the specified index.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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