| Package | Description |
|---|---|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| oracle.jdeveloper.uieditor |
Contains classes that allow addins access to the UIEditor integration objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IdeMainWindow.addDynamicMenuListener(DynamicMenuListener listener)
Adds the specified listener
listener to the list of active view listeners. |
abstract void |
IdeMainWindow.removeDynamicMenuListener(DynamicMenuListener listener)
Remove the specified listener
listener from the list of active menu listeners. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelFactory
ModelFactory describes the API by which an integrator may extend the UIEditor to provide custom design surfaces, known as UIEditorCanvas, which may be used by the user to manipulate an associated custom CmtModel implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFactory
AbstractFactory provides an implementation of ModelFactory.
|