Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.javatools.editor.PopupManager

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

Uses of PopupManager in oracle.ide.ceditor
 

Classes in oracle.ide.ceditor that implement PopupManager
 class CodeEditor
          The CodeEditor is the integration layer between the IDE and the editor components to provide a code editor inside the IDE.
 

Uses of PopupManager in oracle.javatools.editor
 

Methods in oracle.javatools.editor that return PopupManager
 PopupManager BasicEditorPane.getPopupManager()
          Fetches the current installed PopupManager.
 

Methods in oracle.javatools.editor with parameters of type PopupManager
 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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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