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. |
Modifier and Type | Method and Description |
---|---|
static BraceContext |
BraceContext.create(Position start,
Position end)
Creates a new context area for the brace.
|
BraceContext |
BraceContext.createRelated(Position start,
Position end)
Creates a new BraceContext related to this one.
|
BraceContext |
BracesMatcher.ContextLocator.findContext(int originOrMatchPosition)
Obtains context for the given text position.
|
BraceContext |
BraceContext.getRelated() |