|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
| oracle.jdeveloper.merge | Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. |
| 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. |
| Uses of PopupManager in oracle.jdeveloper.merge |
| Classes in oracle.jdeveloper.merge that implement PopupManager | |
class |
AbstractMergeEditor
Abstract class for a dynamically registered merge editor. |
class |
TextMergeEditor
Textual merge editor specialization class. |
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.