| Package | Description | 
|---|---|
| oracle.jdeveloper.offlinedb | 
 Database API extension for saving database object definitions in XML files. 
 | 
| oracle.jdeveloper.offlinedb.browser | 
 Offline Database Node implementations for the JDeveloper's Application
Navigator. 
 | 
| oracle.jdeveloper.offlinedb.model | 
 Classes that define an offline database's settings and properties. 
 | 
| oracle.jdeveloper.offlinedb.panels | 
 UI panels that can be used to define / select offline databases in JDeveloper. 
 | 
| oracle.jdeveloper.offlinedb.wizard | 
 Wizard and dialogs that can used when working with the offline database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ProviderSettings | 
OfflineDBObjectProvider.getSettings()
Returns the current settings for this offline provider. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProviderSettings | 
ProviderNode.getSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProviderNode.setSettings(ProviderSettings settings)  | 
| Modifier and Type | Method and Description | 
|---|---|
ProviderSettings | 
ProviderSettings.createCopy()
Returns a copy of this settings object. 
 | 
static ProviderSettings | 
ProviderSettings.getDefaultSettings()
Gets the default ProviderSettings. 
 | 
static ProviderSettings | 
ProviderSettings.getSettings(PropertyStorage ps)
Creates a settings wrapper around the given property storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ProviderSettings.needsProviderRestart(ProviderSettings newSettings)
Tests whether there are changes in the given settings object compared with
 the settings in this object that would require a provider restart. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProviderSettings | 
OfflineDBChooserPanel.OfflineDatabaseInfo.getProviderSettings()
Gets the settings for the chosen offline database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OfflineDBChooserPanel.setProviderLike(ProviderSettings likePro)
Sets a provider to filter the provider list by. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OfflineDBObjectProvider | 
ProviderWizard.chooseProvider(Project p,
              ProviderSettings settings,
              java.net.URL url)
Allow the user to choose an offline provider that is compatible with the
 given provider settings from the given project (including its dependencies). 
 | 
static OfflineDBObjectProvider | 
ProviderWizard.createProvider(Project p,
              ProviderSettings settings)
Creates a new offline database. 
 |