Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.javatools.editor.FeedbackManager

Packages that use FeedbackManager
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. 
 

Uses of FeedbackManager in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement FeedbackManager
 class EditorStatusBar
          The StatusBarPlugin provides 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 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.
 

Uses of FeedbackManager in oracle.javatools.editor.plugins
 

Classes in oracle.javatools.editor.plugins that implement FeedbackManager
 class StatusBarPlugin
          The StatusBarPlugin provides 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.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.