| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| oracle.ide.explorer | 
 Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. 
 | 
| oracle.ide.inspector | 
 Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. 
 | 
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| oracle.ide.log | 
 Contains the interfaces and classes that allow addins to provide their own log pages. 
 | 
| oracle.ide.navigator | 
 Contains classes providing navigator support. 
 | 
| oracle.ide.palette2 | 
 Contains interfaces and classes that allow for palette integration. 
 | 
| oracle.ide.view | |
| oracle.ideri.navigator | |
| oracle.jdeveloper.rescat2.dockable | |
| oracle.jdeveloper.vcs.changelist | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DockableWindow
 | 
class  | 
DrawerDockableWindow  | 
class  | 
DrawerWindow  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DockUtil.hideDockableWindow(DockableView dw)
Hides the DockableView and set the focus on the active Editor 
 | 
static void | 
DockUtil.showDockableWindow(DockableView dw)
Shows and set the focus on the DockableView 
 | 
static void | 
DockUtil.smartToggleDockableWindow(DockableView dw, Context context)
'Smart' Toggles the visibility of the DockableView. 
 | 
static void | 
DockUtil.toggleDockableWindow(DockableView dw)
Toggles the visibility of the DockableView 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExplorerWindow  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyboardDockable  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LogWindow
The  
LogWindow is the dockable view responsible for managing log pages. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NavigatorWindow
NavigatorWindow interface provides the API for managing the contents of a navigator window tree. | 
class  | 
ProjectNavigatorWindow  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PaletteWindow
The  
PaletteWindow class is the Component Palette View. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPinnable
AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract DockableView | 
MultiManager.createDockableView(Context ctx, ViewId viewId)  | 
protected DockableView | 
MultiManager.findOrCreateView(Context context)  | 
protected DockableView | 
MultiManager.findView(ViewId viewId)  | 
protected DockableView | 
PinnableManager.getDefaultView(Context context)  | 
protected DockableView | 
MultiManager.getDefaultView(Context context)  | 
DockableView | 
MultiManager.getLastView()
Get the last managed View to have been active. 
 | 
DockableView | 
MultiManager.getNewView(Context context, ViewId viewId)
Get a new View instance rooted on the given Context and having the given ViewId. 
 | 
protected DockableView | 
MultiManager.getRelativeView(Context context, ViewId viewId)  | 
DockableView | 
PinnableManager.showLastView(Context context)  | 
DockableView | 
MultiManager.showLastView(Context context)
Show the last managed View. 
 | 
DockableView | 
PinnableManager.showView(Context context)  | 
DockableView | 
MultiManager.showView(Context context)
Show the View for the given Context, creating a new View instance as necessary. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
MultiManager.getOrientation(ViewId viewId, DockableView relative)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
oracle.ideri.navigator.DefaultNavigatorWindow
DefaultNavigatorWindow class implements the navigator view. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBaseTreeDockable
A dockable with a BaseTreeExplorer. 
 | 
class  | 
AbstractConnDockable  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeListWindow
A dockable view containing a ChangeList instance. 
 |