| Package | Description | 
|---|---|
| oracle.jdeveloper.db | 
 Classes for accessing database connections in JDeveloper (and other FCP
products). 
 | 
| oracle.jdeveloper.db.panels | 
 UI panels that are useful when listing, selecting or displaying database
connections in dialogs and wizards. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultConnectionEditorLauncher
Default DatabaseConnectionEditorLauncher implementation that launches
 a dialog to create/edit a connection using the default connection editor
 panel for the FCP. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DatabaseConnectionEditorLauncher | 
DatabaseConnectionEditor.createLauncher()
Creates a new launcher for the database connection create/edit dialog. 
 | 
static DatabaseConnectionEditorLauncher | 
AppDatabaseConnectionEditor.createLauncher(Context context)
Creates a new launcher for creating/editing connections that, by default,
 will only create connections in the current application. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DatabaseConnectionEditor.setLauncher(java.lang.Class<? extends DatabaseConnectionEditorLauncher> clz)
Deprecated. 
 
use extension.xml hook (see above). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DatabaseConnectionEditorLauncher | 
ConnectionPanelUI.createDatabaseConnectionEditorLauncher()
Creates a DatabaseConnectionEditorLauncher for creating/editing a
 connection. 
 |