Package | Description |
---|---|
org.netbeans.spi.editor.bracesmatching |
The Braces Matching SPI for implementing
BracesMatcher s 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. |
Modifier and Type | Method and Description |
---|---|
BracesMatcher |
BracesMatcherFactory.createMatcher(MatcherContext context)
Creates a matcher for searching a document for matching areas.
|
Modifier and Type | Method and Description |
---|---|
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. |