| 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. 
 | 
| oracle.jdeveloper.merge | 
 Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. 
 | 
| oracle.jdeveloper.uieditor | 
 Contains classes that allow addins access to the UIEditor integration objects. 
 | 
| oracle.jdeveloper.vcs.versionhistory | |
| oracle.jdevimpl.compare | |
| oracle.jdevimpl.history | 
| 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 | Class and Description | 
|---|---|
class  | 
AbstractEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
class  | 
AbstractFlatEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
class  | 
AsynchronousEditor
Base editor template for editors that load the UI model on a thread off the event dispatch thread. 
 | 
class  | 
Editor
Editors such as code, gui, html editors should implements the  
Editor interface. | 
class  | 
FlatEditor
Deprecated. 
 
The  
Editor hierarchy has been collapsed | 
| Modifier and Type | Method and Description | 
|---|---|
LayoutSelector | 
PreferredLayoutEvent.getLayoutSelector()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Layouts.activatePreferredLayout(LayoutSelector selector)  | 
| Constructor and Description | 
|---|
PreferredLayoutEvent(int eventID, LayoutSelector selector, Layout layout)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractMergeEditor
Deprecated. 
 
replaced by  
DynamicMergeEditor. | 
class  | 
BaseMergeEditor  | 
class  | 
BaseTextMergeEditor  | 
class  | 
DynamicMergeEditor  | 
class  | 
TextMergeEditor
Textual merge editor specialization class. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UIEditor
Editor implementation whose visuals depict the GUI declared in a JavaSourceNode instance. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionHistoryViewer  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.compare.BaseCompareEditor  | 
class  | 
oracle.jdevimpl.compare.DrawerEditor  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.jdevimpl.history.HistoryViewer
The history viewer. 
 |