Package | Description |
---|---|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.jdeveloper.cmt |
The Component Model Tool, an API for manipulating Java source code.
|
Modifier and Type | Method and Description |
---|---|
static void |
ElementFactory.addRecognizer(ElementRecognizer recognizer)
Registers a
ElementRecognizer , appending it to the end
of the list of recognizers. |
static void |
ElementFactory.removeRecognizer(ElementRecognizer recognizer)
Unregisters a
ElementRecognizer . |
Modifier and Type | Class and Description |
---|---|
class |
CmtElementRecognizer
The
CmtElementRecognizer interface provides the API for recognizing
Cmt data types from specific urls. |