Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.jdeveloper.db.ConnectionTypeUIRegistry.AlwaysNeverAsk

Packages that use ConnectionTypeUIRegistry.AlwaysNeverAsk
oracle.jdeveloper.db Classes for accessing database connections in JDeveloper (and other FCP products). 
 

Uses of ConnectionTypeUIRegistry.AlwaysNeverAsk in oracle.jdeveloper.db
 

Methods in oracle.jdeveloper.db that return ConnectionTypeUIRegistry.AlwaysNeverAsk
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.
 

Methods in oracle.jdeveloper.db with parameters of type ConnectionTypeUIRegistry.AlwaysNeverAsk
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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.