BracesMatcher
s that can search
through a document and find matching areas of text.See: Description
Interface | Description |
---|---|
BracesMatcher |
The common interface for all matchers.
|
BracesMatcher.ContextLocator |
Mixin interface, which provides context ranges for brace matches.
|
BracesMatcherFactory |
The factory for creating
BracesMatcher s. |
Class | Description |
---|---|
BraceContext |
Provides context information for a single brace.
|
MatcherContext |
An immutable context for a
BracesMatcher . |
The Braces Matching SPI for implementing BracesMatcher
s that can search
through a document and find matching areas of text.
Implementations of BracesMatcherFactory
can be registered in MimeLookup
under the mime type of documents that they wish to create BracesMatcher
s for.
The infrastructure behind the SPI registers a special highlighting layer for visualization of search results
provided by registered matchers. The highlighting layer uses Highlighting SPI
to
colorify parts of a document in a text component that have been identified by matchers. The infrastructure also
supplies an action for moving componet's caret between those areas. The action is registered
for all supported document types and bound to a shortcut.
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.