See: Description
| Class | Description | 
|---|---|
| AbstractConnectionPanelUI | 
 Abstract base class for all of the connection panel ui implementations
 that allow the selection of a connection from a picker appropriate to the
 curent context. 
 | 
| AppConnectionPanelUI | 
 Connection picker for the database connections in the "Application Resources"
 Connection section for an application (workspace). 
 | 
| AppDatabaseConnPanel | 
 Traversable panel for selecting a connection from the current application's
 context, or failing that the central connection store (resource palette /
 database navigator). 
 | 
| AppIDEConnectionList | 
 This class provides a list of connections (  
ConnectionList ) from the
 IDE store (Resource Palette/Database Navigator) from which the user can pick. | 
| ConnectionPanelUI | 
 Widget to use in a wizard or dialog for selecting a database connection. 
 | 
| DatabaseConnectionPanel | 
 Traversable panel to use in a wizard for selecting a connection from the
 IDE connection store (Resource Palette and Database Navigator). 
 | 
| DatabaseFinder | 
 Utility for a wizard or dialog to use to retrieve the Database for a
 connection. 
 | 
| ExplainPlanPanel | 
 Panel for executing and displaying the explain plan for a SQL query. 
 | 
| GlobalConnectionPanelUI | 
 Component for selecting connections like ConnectionPanelUI, but rather than
 being limited to the central IDE connections store, this displays a picker
 that contains all connections from all available connection stores in the
 given Context. 
 | 
| GlobalConnectionPanelUI.ChosenConnection | Deprecated
 - use  
ConnectionInfo | 
| GlobalDatabaseConnPanel | 
 Traversable implementation that gives a global connection choice. 
 | 
oracle.jdeveloper.db.controls