|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ textarea overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.textarea
Class StructureMatcher.BracketMatcher

java.lang.Objectorg.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
- All Implemented Interfaces:
- StructureMatcher
- Enclosing class:
- StructureMatcher
- public static class StructureMatcher.BracketMatcher
- extends java.lang.Object
- implements StructureMatcher
- extends java.lang.Object
| Nested Class Summary |
| Nested classes inherited from class 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 |
StructureMatcher.BracketMatcher
public StructureMatcher.BracketMatcher()
| Method Detail |
getMatch
public StructureMatcher.Match getMatch(JEditTextArea textArea)
- Description copied from interface:
StructureMatcher - Returns the element matching the one at the given text area's
caret position, or null.
- Specified by:
getMatchin interfaceStructureMatcher
selectMatch
public void selectMatch(JEditTextArea textArea)
- Description copied from interface:
StructureMatcher - Selects from the caret to the matching structure element (if there is
one, otherwise the behavior of this method is undefined).
- Specified by:
selectMatchin interfaceStructureMatcher
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ textarea overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher