|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
public static class StructureMatcher.BracketMatcher
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.gjt.sp.jedit.textarea.StructureMatcher |
|---|
StructureMatcher.BracketMatcher, StructureMatcher.Highlight, StructureMatcher.Match |
| Constructor Summary | |
|---|---|
StructureMatcher.BracketMatcher()
|
|
| Method Summary | |
|---|---|
StructureMatcher.Match |
getMatch(JEditTextArea textArea)
Returns the element matching the one at the given text area's caret position, or null. |
void |
selectMatch(JEditTextArea textArea)
Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StructureMatcher.BracketMatcher()
| Method Detail |
|---|
public StructureMatcher.Match getMatch(JEditTextArea textArea)
StructureMatcher
getMatch in interface StructureMatcherpublic void selectMatch(JEditTextArea textArea)
StructureMatcher
selectMatch in interface StructureMatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||