Extension SDK 10.1.2

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

Packages that use UnderlinedText
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 UnderlinedText in oracle.javatools.editor.underline
 

Methods in oracle.javatools.editor.underline that return UnderlinedText
 UnderlinedText UnderlineLayer.addUnderlinedText(UnderlineStyle style, int startOffset, int endOffset)
          Adds an underline to a run of text using the specified style and offsets.
 

Methods in oracle.javatools.editor.underline with parameters of type UnderlinedText
 void UnderlineLayer.removeUnderline(UnderlinedText underlinedText)
          Removes the given underline from the editor.
 void UnderlineLayer.changeUnderline(UnderlinedText underlinedText, UnderlineStyle style, int startOffset, int endOffset)
          Moves the underlined run of text to a new location, and changes the underline style used.
 


Extension SDK

 

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