| Package | Description |
|---|---|
| oracle.jdeveloper.db |
Classes for accessing database connections in JDeveloper (and other FCP
products).
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionTypeUIRegistry.AlwaysNeverAsk |
ConnectionTypeUIRegistry.getDeployPassword(java.lang.String connectionType)
Deprecated.
|
static ConnectionTypeUIRegistry.AlwaysNeverAsk |
ConnectionTypeUIRegistry.getSavePassword(java.lang.String connectionType)
Deprecated.
|
static ConnectionTypeUIRegistry.AlwaysNeverAsk |
ConnectionTypeUIRegistry.AlwaysNeverAsk.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionTypeUIRegistry.AlwaysNeverAsk[] |
ConnectionTypeUIRegistry.AlwaysNeverAsk.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionTypeUIRegistry.registerConnectionTypeUI(java.lang.String connectionType,
java.lang.String displayName,
java.lang.String usernameKey,
java.lang.String roleKey,
java.lang.String[] preSetRoleList,
java.lang.String passwordKey,
java.lang.String savePasswordKey,
java.lang.String deployPasswordKey,
ConnectionTypeUIRegistry.AlwaysNeverAsk savePassword,
ConnectionTypeUIRegistry.AlwaysNeverAsk deployPassword,
boolean showConnectionTest,
java.lang.Class panelClass,
ConnectionTypeUIRegistry.ConnectionTooltipProvider tooltipProvider)
Deprecated.
Registers the UI Requirements for the given Connection Type.
|
static void |
ConnectionTypeUIRegistry.registerConnectionTypeUI(java.lang.String connectionType,
java.lang.String displayName,
java.lang.String usernameKey,
java.lang.String roleKey,
java.lang.String[] preSetRoleList,
java.lang.String passwordKey,
java.lang.String savePasswordKey,
java.lang.String deployPasswordKey,
ConnectionTypeUIRegistry.AlwaysNeverAsk savePassword,
ConnectionTypeUIRegistry.AlwaysNeverAsk deployPassword,
java.lang.Class panelClass,
ConnectionTypeUIRegistry.ConnectionTooltipProvider tooltipProvider)
Deprecated.
Registers the UI Requirements for the given Connection Type.
|