Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
oracle.javatools.editor.language |
The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features.
|
Modifier and Type | Method and Description |
---|---|
protected BraceProvider |
AbstractEditingPlugin.getBraceProvider()
Get the brace provider to be used for the various operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedBraceProvider
The
ExtendedBraceProvider interface extends the BraceProvider to provide a routine to allow matching-brace highlight support to locate the closest brace. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBraceProvider
The
GenericBraceProvider implementation provides brace matching support for "generic" languages that implement the generic Language API to describe the language. |
class |
GenericBraceProvider
The
GenericBraceProvider implementation provides brace matching support for "generic" languages that implement the generic Language API to describe the language. |
Modifier and Type | Method and Description |
---|---|
protected BraceProvider |
AbstractLanguageSupport.createBraceProvider()
Creates a new
BraceProvider for performing brace matching for this document. |
BraceProvider |
LanguageSupport.getBraceProvider()
Fetches the
BraceProvider for performing brace matching for this document. |
BraceProvider |
AbstractLanguageSupport.getBraceProvider()
Fetches the
BraceProvider for performing brace matching for this document. |