Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
Modifier and Type | Method and Description |
---|---|
DocumentRange |
DocumentRange.translate(int amount)
Translates this document range by a given amount.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentRange> |
RSyntaxTextArea.getMarkAllHighlightRanges()
Returns a list of "mark all" highlights in the text area.
|
List<DocumentRange> |
RSyntaxTextAreaHighlighter.getMarkedOccurrences()
Returns a list of "marked occurrences" in the text area.
|
List<DocumentRange> |
RSyntaxTextArea.getMarkedOccurrences()
Returns a list of "marked occurrences" in the text area.
|
Modifier and Type | Method and Description |
---|---|
int |
DocumentRange.compareTo(DocumentRange other)
Compares this document range to another.
|
static void |
RSyntaxUtilities.selectAndPossiblyCenter(JTextArea textArea,
DocumentRange range,
boolean select)
Selects a range of text in a text component.
|
Modifier and Type | Method and Description |
---|---|
DocumentRange |
SearchResult.getMatchRange()
If a find or replace operation is successful, this will be the range
of text representing the found text (for "find" operations) or the
replacement text inserted (for "replace" operations; for "replace all"
operations this will be the last replacement region).
|
Modifier and Type | Method and Description |
---|---|
List<DocumentRange> |
RTextAreaHighlighter.getMarkAllHighlightRanges()
Returns a list of "mark all" highlights in the text area.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setMatchRange(DocumentRange range)
Sets the selected range for this search operation.
|
Constructor and Description |
---|
SearchResult(DocumentRange range,
int count,
int markedCount)
Constructor.
|
Copyright © 2003–2015. All rights reserved.