| Package | Description |
|---|---|
| oracle.javatools.editor |
The
Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. |
| Modifier and Type | Method and Description |
|---|---|
TextTabber.TabTextRange |
TextTabber.addRange(int startOffset,
int endOffset)
Add a range of text to the TextTabber so that is involved in the tabbing.
|
TextTabber.TabTextRange |
TextTabber.addRange(java.lang.Object key,
int startOffset,
int endOffset)
Add a range of text to the TextTabber so that is involved in the tabbing.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TextTabber.TabTextRange> |
TextTabber.getTextRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextTabber.removeRange(TextTabber.TabTextRange textRange)
Remove a previously added TabTextRange, This range no longer participates in
the tabbing.
|
void |
TextTabber.selectRange(TextTabber.TabTextRange range)
Select (move the highlight) to the indicated range.
|