| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeedbackManager | |
|---|---|
| oracle.ide.ceditor | The Code Editorpackage contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.javatools.editor | The Editorpackage 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. | 
| Uses of FeedbackManager in oracle.ide.ceditor | 
|---|
| Classes in oracle.ide.ceditor that implement FeedbackManager | |
|---|---|
|  class | EditorStatusBarThe StatusBarPluginprovides a status bar UI component
 that works with the BasicEditorPane. | 
| Uses of FeedbackManager in oracle.javatools.editor | 
|---|
| Methods in oracle.javatools.editor that return FeedbackManager | |
|---|---|
|  FeedbackManager | BasicEditorPane.getFeedbackManager()Fetches the current installed FeedbackManager. | 
| Methods in oracle.javatools.editor with parameters of type FeedbackManager | |
|---|---|
|  void | BasicEditorPane.addFeedbackManager(FeedbackManager manager)Installs the given FeedbackManagerfor displaying
 feedback messages to the user for this editor pane. | 
|  void | BasicEditorPane.removeFeedbackManager(FeedbackManager manager)Deinstalls the given FeedbackManagerthat was previously
 installed for handling feedback messages for this editor pane. | 
| Uses of FeedbackManager in oracle.javatools.editor.plugins | 
|---|
| Classes in oracle.javatools.editor.plugins that implement FeedbackManager | |
|---|---|
|  class | StatusBarPluginThe StatusBarPluginprovides a status bar UI component
 that works with the BasicEditorPane. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||