Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.jdeveloper.db.ConnectionTypeUIRegistry.ConnectionTooltipProvider

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

Uses of ConnectionTypeUIRegistry.ConnectionTooltipProvider in oracle.jdeveloper.db
 

Methods in oracle.jdeveloper.db that return ConnectionTypeUIRegistry.ConnectionTooltipProvider
static ConnectionTypeUIRegistry.ConnectionTooltipProvider ConnectionTypeUIRegistry.getTooltipProvider(java.lang.String connectionType)
           
 

Methods in oracle.jdeveloper.db with parameters of type ConnectionTypeUIRegistry.ConnectionTooltipProvider
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)
          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)
          Registers the UI Requirements for the given Connection Type.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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