| Package | Description | 
|---|---|
| oracle.ide | 
 Contains classes that allow addins access to the IDE integration objects. 
 | 
| oracle.ide.navigator | 
 Contains classes providing navigator support. 
 | 
| oracle.ide.runner | 
 Contains classes that allow addins some level of control on the IDE runner system. 
 | 
| oracle.ideri.navigator | |
| oracle.jdeveloper.asnav | 
| Modifier and Type | Method and Description | 
|---|---|
static NavigatorWindow | 
Ide.getLastActiveNavigator()
Gets the  
NavigatorWindow of the last active navigator. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProjectNavigatorWindow  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract NavigatorWindow | 
NavigatorManager.createNavigatorWindow()
Subclasses must override this method to create the NavigatorWindow. 
 | 
protected NavigatorWindow | 
ProjectNavigatorManager.createNavigatorWindow(Context context,
                     ViewId viewId)  | 
protected NavigatorWindow | 
NavigatorInit.getNavigatorWindow()  | 
NavigatorWindow | 
NavigatorManager.getNavigatorWindow()
Returns the NavigatorWindow. 
 | 
protected NavigatorWindow | 
ProjectNavigatorManager.getShowTarget(NavigatorWindow navWin)  | 
NavigatorWindow | 
NavigatorManager.openNavigator(Context context)
Open a navigator based on the specified  
context. | 
NavigatorWindow | 
NavigatorManager.showNavigator(Context context)
Convenience method programatically identical to casting the result of
 showView(context) to a NavigatorWindow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected NavigatorWindow | 
ProjectNavigatorManager.getShowTarget(NavigatorWindow navWin)  | 
NavigatorInit | 
NavigatorInitFactory.newNavigatorInit(NavigatorWindow navWin,
                Context context)  | 
| Constructor and Description | 
|---|
NavigatorInit(NavigatorWindow navWin,
             Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract NavigatorWindow | 
Runner.getRunManagerWindow()
Returns the Run Manager Window 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.ideri.navigator.DefaultNavigatorWindow
DefaultNavigatorWindow class implements the navigator view. | 
| Modifier and Type | Method and Description | 
|---|---|
protected NavigatorWindow | 
AppServerNavigatorManager.createNavigatorWindow()  | 
protected NavigatorWindow | 
AppServerNavigatorManager.createNavigatorWindow(Context context,
                     ViewId viewId)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AppServerNavigatorManager.configureNavigator(NavigatorWindow navigator)  |