Package | Description |
---|---|
org.gjt.sp.jedit.textarea |
Classes related to jEdit's TextArea.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
StructureMatcher.BracketMatcher |
Modifier and Type | Field | Description |
---|---|---|
StructureMatcher |
StructureMatcher.Match.matcher |
Modifier and Type | Method | Description |
---|---|---|
void |
TextArea.addStructureMatcher(StructureMatcher matcher) |
Adds a structure matcher.
|
void |
TextArea.removeStructureMatcher(StructureMatcher matcher) |
Removes a structure matcher.
|
Constructor | Description |
---|---|
Match(StructureMatcher matcher) |
|
Match(StructureMatcher matcher,
int startLine,
int start,
int endLine,
int end) |