| Package | Description | 
|---|---|
| oracle.ide.db.controls | 
 Reusable UI controls to used to show or list database objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DBObjectProvider | 
DBObjectProviderPicker.chooseProvider(DBObjectProviderPicker.PickerConfiguration config,
              java.awt.Component parent)
Prompts the user with a dialog to choose a provider using the given
 configuration. 
 | 
static DBObjectProvider | 
DBObjectProviderPicker.chooseProvider(DBObjectProviderPicker.PickerConfiguration config,
              java.awt.Component parent,
              java.lang.String title,
              java.lang.String prompt,
              java.lang.String helpID)
Prompts the user with a dialog to choose a provider using the given
 configuration. 
 | 
protected java.lang.String | 
DBObjectProviderPicker.getDefaultProviderType(DBObjectProviderPicker.PickerConfiguration config)
Gets a default DBObjectProvider type for the given configuration. 
 | 
static DBObjectProviderPicker | 
DBObjectProviderPicker.getPicker(DBObjectProviderPicker.PickerConfiguration config)
Get a DBObjectProviderPicker relevant to the given configuration options. 
 | 
protected abstract void | 
DBObjectProviderPicker.init(DBObjectProviderPicker.PickerConfiguration config)
Initialize the DBObjectProviderPicker. 
 | 
protected abstract boolean | 
DBObjectProviderPicker.isAvailable(DBObjectProviderPicker.PickerConfiguration config)
Used internally to determine which registered pickers are available. 
 |