| Package | Description |
|---|---|
| oracle.ide.editor |
Contains classes and interfaces that allow addins to add their own specialized
editors to JDeveloper.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<EditorInfo> |
EditorManager.getEditorsInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EditorManager.activateEditor(EditorInfo editorInfo)
Activates the editor corresponding to the editorInfo.
|