Extension SDK 10.1.2

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

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

Methods in oracle.javatools.editor.underline that return UnderlinedLine
 UnderlinedLine UnderlineLayer.addUnderlinedLine(UnderlineStyle style, int line)
          Adds an underline across the entire line using the specified style and offsets.
 

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


Extension SDK

 

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