| 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.javatools.editor.plugins | 
 The Plugins package is a subset of the Editor package, and is one
way to extend the functionality of an editor pane. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EditorStatusBar
The  
StatusBarPlugin provides a status bar UI component
 that works with the BasicEditorPane. | 
| Modifier and Type | Method and Description | 
|---|---|
FeedbackManager | 
BasicEditorPane.getFeedbackManager()
Fetches the current installed  
FeedbackManager. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicEditorPane.addFeedbackManager(FeedbackManager manager)
Installs the given  
FeedbackManager for displaying
 feedback messages to the user for this editor pane. | 
void | 
BasicEditorPane.removeFeedbackManager(FeedbackManager manager)
Deinstalls the given  
FeedbackManager that was previously
 installed for handling feedback messages for this editor pane. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StatusBarPlugin
The  
StatusBarPlugin provides a status bar UI component
 that works with the BasicEditorPane. |