| Package | Description |
|---|---|
| oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TechnologyRegistry.registerPseudoTechnology(java.lang.String key, PseudoTechnologyCallback callback)
Deprecated.
Use #registerPseudoTechnology(String key, String extensionId, PseudoTechnologyCallback callback)
|
void |
TechnologyRegistry.registerPseudoTechnology(java.lang.String key, java.lang.String extensionId, PseudoTechnologyCallback callback)
Registers a pseudo-technology with the technology registry.
|