| Package | Description |
|---|---|
| oracle.ide |
Contains classes that allow addins access to the IDE integration objects.
|
| Modifier and Type | Method and Description |
|---|---|
static IdeCore |
Ide.installNullCore()
Installs a null instance core into the ide.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IdeStarter.startIde(java.lang.String command,
java.lang.String[] arguments,
IdeCore core)
Starts the IDE.
|
static void |
Ide.startup(IdeCore core)
Used to startup the IDE
|
static void |
Ide.uninstallNullCore(IdeCore oldCore) |