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 |
---|---|
static EditorManager |
EditorManager.getEditorManager()
Returns the EditorManager instance that is active in the IDE.
|
Modifier and Type | Method and Description |
---|---|
static void |
EditorManager.setEditorManager(EditorManager editorManager)
Publishes the specified EditorManager as the active instance in the IDE.
|