This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90209 - Add a JDBCDriverManager.showAddDriverDialog() taking a driver class parameter
Summary: Add a JDBCDriverManager.showAddDriverDialog() taking a driver class parameter
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: John Baker
URL: http://wiki.netbeans.org/wiki/view/VW...
Keywords: API
Depends on:
Blocks: 89438 93949
  Show dependency tree
 
Reported: 2006-11-28 17:08 UTC by Andrei Badea
Modified: 2007-05-02 00:32 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2006-11-28 17:08:57 UTC
A showAddDriverDialog(String driverClass) method and its "FromEventTread"
equivalent (similar to ConnectionManager) needs to be added to
JDBCDriverManager. This method should display the New Driver dialog with the
Driver Class text field pre-filled and unmodifiable and should only allow the
registration of a jar file containing the given driver class.
Comment 1 John Baker 2007-03-27 01:15:54 UTC
Needed for M9 task 93949
Comment 2 John Baker 2007-05-02 00:32:18 UTC
won't have to implement