Extension SDK 9.0.5

Uses of Class
oracle.javatools.editor.underline.UnderlinedFragmentsList

Packages that use UnderlinedFragmentsList
oracle.javatools.editor.underline The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. 
 

Uses of UnderlinedFragmentsList in oracle.javatools.editor.underline
 

Methods in oracle.javatools.editor.underline with parameters of type UnderlinedFragmentsList
 void UnderlineLayer.renderUnderlinedText(UnderlinedFragmentsList fragmentsList, int startOffset, int endOffset)
          This routine is used by the editor view to obtain the underlines in this underline layer for only text underlines in the given offset range.
 void UnderlineLayer.renderUnderlinedLines(UnderlinedFragmentsList fragmentsList, int startLine, int endLine)
          This routine is used by the editor view to obtain the underlines in this underline layer for only line underlines in the given line range.
 


Extension SDK

 

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