| Package | Description |
|---|---|
| javax.ide |
The ide package is where all JSR 198 packages are rooted.
|
| javax.ide.extension |
Classes and interfaces used by extensions to extend
an IDE with new functionality.
|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionRegistry |
IDE.getExtensionRegistry()
Get the
ExtensionRegistry. |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionRegistry |
ExtensionRegistry.getExtensionRegistry()
Get the extension registry implementation for this IDE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionRegistry
The extension registry provides access to information about extensions
loaded from JSR-198 extension manifests during initialization of the IDE.
|