程序包 | 说明 |
---|---|
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
限定符和类型 | 方法和说明 |
---|---|
DocumentRange |
DocumentRange.translate(int amount)
Translates this document range by a given amount.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<DocumentRange> |
RSyntaxTextArea.getMarkAllHighlightRanges()
Returns a list of "mark all" highlights in the text area.
|
java.util.List<DocumentRange> |
RSyntaxTextAreaHighlighter.getMarkedOccurrences()
Returns a list of "marked occurrences" in the text area.
|
java.util.List<DocumentRange> |
RSyntaxTextArea.getMarkedOccurrences()
Returns a list of "marked occurrences" in the text area.
|
限定符和类型 | 方法和说明 |
---|---|
int |
DocumentRange.compareTo(DocumentRange other)
Compares this document range to another.
|
限定符和类型 | 方法和说明 |
---|---|
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).
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<DocumentRange> |
RTextAreaHighlighter.getMarkAllHighlightRanges()
Returns a list of "mark all" highlights in the text area.
|
限定符和类型 | 方法和说明 |
---|---|
void |
SearchResult.setMatchRange(DocumentRange range)
Sets the selected range for this search operation.
|
构造器和说明 |
---|
SearchResult(DocumentRange range,
int count,
int markedCount)
Constructor.
|