Skip navigation links

NetBeans Architecture Answers for Database Explorer module

WARNING: answering questions version 1.26 rather than the current 1.29.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
DatabaseExplorerAPIExportedOfficialindex.html

SQLSupportAPIExportedOfficial .../api/db/sql/support/package-summary.html

LookupImportedOfficial

JDBC drivers and database runtimes are registered in the default lookup.

org.openide.actionsImportedOfficial

Needed in the Database Explorer UI.

org.openide.filesystemsImportedOfficial

Neded for writing JDBC driver registration files.

org.openide.utilImportedOfficial

Multiple usages (bundles, request processor).

org.openide.modulesImportedOfficial

For installing a ModuleInstall.close() method which disconnects the connected connections upon IDE shutdown.

org.openide.nodesImportedOfficial

Needed in the Database Explorer UI.

org.openide.dialogsImportedOfficial

Needed in the Database Explorer UI.

org.openide.windowsImportedOfficial

Needed in the Database Explorer UI (the Execute Command top component).

org.openide.loadersImportedOfficial

Neded for writing JDBC driver registration files.

org.netbeans.api.progressImportedOfficial

Needed in the Database Explorer UI.

Group of layer interfaces
Interface NameIn/OutStabilitySpecified in What Document?
DatabaseExplorerLayerAPIExportedOfficialindex.html

Loaders-text-dbschema-ActionsExportedUnder Developmentindex.html

Loaders-text-sql-ActionsExportedUnder Developmentindex.html


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability