| Package | Description | 
|---|---|
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.javatools.editor | 
 The  
Editor package is a basic framework for an editor
component with syntax highlighting capabilities, built on top of the
Swing text framework. | 
| oracle.jdeveloper.vcs.historygraph | 
| 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 | 
|---|---|
PopupManager | 
BasicEditorPane.getPopupManager()
Fetches the current installed  
PopupManager. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicEditorPane.addPopupManager(PopupManager manager)
Installs the given  
PopupManager for managing popup menus
 for this editor pane. | 
void | 
BasicEditorPane.removePopupManager(PopupManager manager)
Deinstalls the given  
PopupManager that was previously
 installed for managing popup menus for the editor pane. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VersionHistoryGraphEditor  |