Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.94 KB

File metadata and controls

47 lines (23 loc) · 1.94 KB

SQL Developer Examples

Extensions

You can add new folders and nodes to navigators, new actions on objects (or sets of them), and new editors or viewers.

Depending on requirements, this can be done in either XML or java and deployed by simply copying an XML file to the appropriate directory, or creating an extension jar -- or check for updates bundle for XML and/or java.

New

  • WorksheetAction How to add actions to the worksheet context menu and / or toolbar; execute the action directly or in a background task; and present advanced / detailed information in a result panel.

  • Managing Extensions - (Issue 113) How to add, disable, and remove extensions.

  • ConnectionHelper Optionally accept connection info from the command line and/or on a SocketServer

  • ConnectionHelperClient A simple command line client for the ConnectionHelper socket server.

Contents

External Resources

Please note these are links to external resources. They are not supplied or supported by Oracle.