|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HighlightedText | |
oracle.javatools.editor.highlight | The Highlights package is a subset of the Editor package, and contains API's for creating, maintaining, and applying colored background highlights to regions of text in an editor pane. |
Uses of HighlightedText in oracle.javatools.editor.highlight |
Subclasses of HighlightedText in oracle.javatools.editor.highlight | |
class |
HighlightedLine
A HighlightedLine object represents a line of text that
has a HighlightStyle applied to it. |
Methods in oracle.javatools.editor.highlight that return HighlightedText | |
HighlightedText |
HighlightLayer.addHighlight(HighlightStyle style,
int startOffset,
int endOffset)
Adds a highlight to the editor pane using the specified style and offsets. |
HighlightedText |
HighlightLayer.addLineHighlight(HighlightStyle style,
int line)
Adds a highlight to the editor pane using the specified style and offsets. |
Methods in oracle.javatools.editor.highlight with parameters of type HighlightedText | |
void |
HighlightLayer.removeHighlight(HighlightedText highlightedText)
Removes the given highlight from the editor pane. |
void |
HighlightLayer.changeHighlight(HighlightedText highlightedText,
HighlightStyle newHighlightStyle)
Changes the highlight style of the previously created highlighted region of text. |
void |
HighlightLayer.changeHighlight(HighlightedText highlightedText,
int newStartOffset,
int newEndOffset)
Moves the highlight region to a new set of offsets in the editor. |
void |
HighlightLayer.changeHighlight(HighlightedText highlightedText,
HighlightStyle newHighlightStyle,
int newStartOffset,
int newEndOffset)
Moves the highlight region to a new set of offsets in the editor, and changes the highlight style used. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.