| Package | Description | 
|---|---|
| oracle.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. 
 | 
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| oracle.ide.view | |
| oracle.jdeveloper.asnav | |
| oracle.jdeveloper.vcs.changelist | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BaseDockableFactory  | 
interface  | 
DockableFactory2
 specifies if a dockable factory can be
 re-installed (e.g. | 
interface  | 
DockableFactory3
 is a subinterface of Dockable/Dockable2. | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DockableFactory | 
DockStation.lookupFactory(ViewId viewId)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
DockStation.registerDockableFactory(java.lang.String viewTypeId,
                       DockableFactory factory)
Deprecated. 
 
clients use a declarative "dockable-factory-hook" trigger hook in their extension.xml. 
 | 
abstract void | 
DockStation.registerDockableFactory(java.lang.String viewTypeId,
                       DockableFactory factory,
                       double priority)
Deprecated. 
 
clients should use a declarative "dockable-factory-hook" trigger hook in their extension.xml. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyboardDockable  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract DockableFactory | 
MultiManager.getDockableFactory()
Deprecated. 
 
clients should return null and instead use a declarative "dockable-hook" 
 trigger hook in their extension.xml. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DockableFactory | 
AppServerNavigatorManager.createDockableFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeListDockableFactory
Dockable factory for the change list. 
 |