|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextMenu | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
oracle.ide.explorer | Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. |
oracle.ide.gallery | Contains classes implementing JDeveloper's new object gallery. |
oracle.ide.log | Contains the interfaces and classes that allow addins to provide their own log pages. |
oracle.ide.navigator | Contains classes providing navigator support. |
oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. |
oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
Uses of ContextMenu in oracle.ide |
Methods in oracle.ide that return ContextMenu | |
ContextMenu |
IdeMainWindow.getContextMenu()
|
Uses of ContextMenu in oracle.ide.addin |
Methods in oracle.ide.addin that return ContextMenu | |
ContextMenu |
AbstractView.getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. |
ContextMenu |
View.getContextMenu()
Get the ContextMenu object, if any, managed by this View. |
Methods in oracle.ide.addin with parameters of type ContextMenu | |
void |
ContextMenuListener.poppingUp(ContextMenu popup)
Called just before the context menu is popping up. |
void |
ContextMenuListener.poppingDown(ContextMenu popup)
|
Uses of ContextMenu in oracle.ide.editor |
Methods in oracle.ide.editor that return ContextMenu | |
ContextMenu |
AbstractEditor.getContextMenu()
|
abstract ContextMenu |
EditorManager.getContextMenu()
Get the ContextMenu to be shared by all Editors. |
Uses of ContextMenu in oracle.ide.explorer |
Methods in oracle.ide.explorer that return ContextMenu | |
ContextMenu |
AbstractExplorer.getContextMenu()
|
abstract ContextMenu |
ExplorerManager.getContextMenu()
Get the ContextMenu to be shared by all explorer windows. |
Uses of ContextMenu in oracle.ide.gallery |
Methods in oracle.ide.gallery with parameters of type ContextMenu | |
void |
ObjectGalleryAddin.poppingUp(ContextMenu popup)
|
void |
ObjectGalleryAddin.poppingDown(ContextMenu popup)
|
Uses of ContextMenu in oracle.ide.log |
Methods in oracle.ide.log that return ContextMenu | |
ContextMenu |
DefaultLogPage.getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. |
ContextMenu |
MessagePage.getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. |
abstract ContextMenu |
LogManager.getContextMenu()
Get the ContextMenu . |
ContextMenu |
AbstractLogManager.getContextMenu()
|
Uses of ContextMenu in oracle.ide.navigator |
Methods in oracle.ide.navigator that return ContextMenu | |
abstract ContextMenu |
NavigatorManager.getContextMenu()
Get the ContextMenu to be shared by all Editors. |
Uses of ContextMenu in oracle.ide.runner |
Methods in oracle.ide.runner that return ContextMenu | |
abstract ContextMenu |
Debugger.getContextMenu()
Returns the ContextMenu that the debugger uses in debugger
windows. |
Methods in oracle.ide.runner with parameters of type ContextMenu | |
abstract void |
Debugger.addRunAndDebugToContextMenu(ContextMenu popup,
Context context)
|
Uses of ContextMenu in oracle.jdeveloper.ceditor |
Methods in oracle.jdeveloper.ceditor that return ContextMenu | |
static ContextMenu |
CodeEditor.getGutterContextMenu()
Get the context menu that will be used for the code editor gutter. |
Methods in oracle.jdeveloper.ceditor with parameters of type ContextMenu | |
void |
CodeEditorController.poppingUp(ContextMenu popup)
Called just before the context menu is popping up. |
void |
CodeEditorController.poppingDown(ContextMenu popup)
Called just before the context menu is popping down. |
Uses of ContextMenu in oracle.jdeveloper.compiler |
Methods in oracle.jdeveloper.compiler with parameters of type ContextMenu | |
void |
JCompiler.poppingUp(ContextMenu popup)
Called just before the context menu is popping up. |
void |
JCompiler.poppingDown(ContextMenu popup)
|
Uses of ContextMenu in oracle.jdeveloper.model |
Methods in oracle.jdeveloper.model with parameters of type ContextMenu | |
void |
DocumentRecognizer.poppingUp(ContextMenu popup)
Called just before the context menu is popping up. |
void |
DocumentRecognizer.poppingDown(ContextMenu popup)
|
Uses of ContextMenu in oracle.jdeveloper.uieditor |
Methods in oracle.jdeveloper.uieditor with parameters of type ContextMenu | |
void |
AbstractCanvas.poppingUp(ContextMenu cMenu)
Respond to the UIEditor ContextMenu popping up. |
void |
AbstractCanvas.poppingDown(ContextMenu cMenu)
Respond to the UIEditor ContextMenu popping down. |
Uses of ContextMenu in oracle.jdeveloper.vcs.spi |
Methods in oracle.jdeveloper.vcs.spi with parameters of type ContextMenu | |
void |
VCSContextMenuListener.poppingDown(ContextMenu popup)
|
void |
VCSContextMenuListener.poppingUp(ContextMenu popup)
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.