| 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 |
|---|---|
EditorPath |
OpenEditorOptions.getPositionReference() |
abstract EditorPath |
EditorManager.searchEditor(Node node) |
| Modifier and Type | Method and Description |
|---|---|
abstract Editor |
EditorManager.findEditor(EditorPath path)
Returns editor for given EditorPath
Editor. |
void |
OpenEditorOptions.setPosition(EditorPath reference, int position)
Sets the position of the new document relative to another.
|