| 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 | 
|---|---|
DebuggerWindowProvider.DebuggerWindowPosition | 
DebuggerWindowProvider.getPosition()
Deprecated. 
 
Debugger Extenders should provide their own DockableFactories
             and no longer use the core DockableFactory to create and
             manage their windows 
 | 
static DebuggerWindowProvider.DebuggerWindowPosition | 
DebuggerWindowProvider.DebuggerWindowPosition.valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static DebuggerWindowProvider.DebuggerWindowPosition[] | 
DebuggerWindowProvider.DebuggerWindowPosition.values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |