|
org.netbeans.modules.editor.bracesmatching/0 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BracesMatcherFactory
The factory for creating BracesMatchers. Instances of this class
are supposed to be registered in MIME lookup under the mime type of documents
that they wish to provide matching services for.
| Method Summary | |
|---|---|
BracesMatcher |
createMatcher(MatcherContext context)
Creates a matcher for searching a document for matching areas. |
| Method Detail |
|---|
BracesMatcher createMatcher(MatcherContext context)
An example of BracesMatcher could be
a matcher that detects braces, brackets or parenthesis next to a caret
and finds their matching counterparts.
context - The context to use for searching. It contains
the position of a caret in a document and allows to report results.
|
org.netbeans.modules.editor.bracesmatching/0 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||