StructureMatcher.BracketMatcher
public interface StructureMatcher
Modifier and Type | Interface | Description |
---|---|---|
static class |
StructureMatcher.BracketMatcher |
|
static class |
StructureMatcher.Highlight |
Paints the structure match highlight.
|
static class |
StructureMatcher.Match |
A structure match, denoted by a start and end position.
|
Modifier and Type | Method | Description |
---|---|---|
StructureMatcher.Match |
getMatch(TextArea textArea) |
Returns the element matching the one at the given text area's
caret position, or null.
|
void |
selectMatch(TextArea textArea) |
Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
|
StructureMatcher.Match getMatch(TextArea textArea)
void selectMatch(TextArea textArea)