|
org.netbeans.modules.editor.bracesmatching/0 1.10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BracesMatcher | |
|---|---|
| org.netbeans.spi.editor.bracesmatching |
The Braces Matching SPI for implementing BracesMatchers that can search
through a document and find matching areas of text. |
| org.netbeans.spi.editor.bracesmatching.support |
The support package provides several useful implementations of
the BracesMatcher interface. |
| Uses of BracesMatcher in org.netbeans.spi.editor.bracesmatching |
|---|
| Methods in org.netbeans.spi.editor.bracesmatching that return BracesMatcher | |
|---|---|
BracesMatcher |
BracesMatcherFactory.createMatcher(MatcherContext context)
Creates a matcher for searching a document for matching areas. |
| Uses of BracesMatcher in org.netbeans.spi.editor.bracesmatching.support |
|---|
| Methods in org.netbeans.spi.editor.bracesmatching.support that return BracesMatcher | |
|---|---|
static BracesMatcher |
BracesMatcherSupport.characterMatcher(MatcherContext context,
int lowerBound,
int upperBound,
char... matchingPairs)
Creates BracesMatcher for finding character pairs. |
static BracesMatcher |
BracesMatcherSupport.defaultMatcher(MatcherContext context,
int lowerBound,
int upperBound)
Creates the default BracesMatcher implementation. |
|
org.netbeans.modules.editor.bracesmatching/0 1.10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||