| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| oracle.ide.editor |
Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper.
|
| oracle.ide.layout |
Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeEditor
The
CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EditorManager.addLayoutListener(java.lang.String editorId, BaseLayoutListener listener)
Add a
LayoutListener for one of our child Editor instances |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayoutListener |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLayoutListener
A Class class.
|
| Modifier and Type | Method and Description |
|---|---|
BaseLayoutListener |
Layouts.getLayoutListener(java.lang.String type) |