Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
oracle.ide.editor |
Contains classes and interfaces that allow addins to add their own specialized
editors to JDeveloper.
|
oracle.ide.wizard |
Contains classes that can be used to integrate gallery items and wizards into
the product.
|
oracle.jdeveloper.merge |
Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities.
|
Modifier and Type | Method and Description |
---|---|
MenuSpec |
CodeEditorAddin.getMenuSpecification()
Gets the menu specification for the editor.
|
Modifier and Type | Method and Description |
---|---|
abstract MenuSpec |
EditorAddin.getMenuSpecification()
Gets the menu specification of this Addin.
|
Modifier and Type | Method and Description |
---|---|
MenuSpec |
Wizard.getMenuSpecification()
Provides the menu specification used by this Wizard.
|
Modifier and Type | Method and Description |
---|---|
MenuSpec |
BaseMergeAddin.getMenuSpecification()
Gets the menu specification of this Addin.
|