| Package | Description |
|---|---|
| oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
| Modifier and Type | Method and Description |
|---|---|
static Runner |
Runner.getRunner()
Returns the Runner instance that is active in the IDE.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Runner.setRunner(Runner runner)
Publishes the specified Runner as the active instance in the IDE.
|