|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.