Extension SDK 10.1.2

Uses of Interface
oracle.javatools.editor.PopupManager

Packages that use PopupManager
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.ceditor The Code Editor package contains the code editing implementation of the JDeveloper 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.
 

Uses of PopupManager in oracle.jdeveloper.ceditor
 

Classes in oracle.jdeveloper.ceditor that implement PopupManager
 class CodeEditorController
          The CodeEditorController is the controller for the CodeEditor Addin.
 


Extension SDK

 

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