| Package | Description |
|---|---|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| oracle.ide.docking |
Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper.
|
| oracle.ide.view |
| Modifier and Type | Method and Description |
|---|---|
protected IdeMainWindow |
IdeCore.getMainWindow() |
static IdeMainWindow |
Ide.getMainWindow()
Gets the
IdeMainWindow instance. |
| Modifier and Type | Method and Description |
|---|---|
protected Addin[] |
IdeCore.createCoreModules(IdeMainWindow mainWindow)
Returns an array of core services to initialize.
|
| Constructor and Description |
|---|
DockableWindow(IdeMainWindow owner,
java.lang.String viewId)
Don't use this constructor.
|
| Constructor and Description |
|---|
AbstractPinnable(IdeMainWindow mw,
java.lang.String viewId)
Don't use this constructor.
|