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