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 114611 - Browse type dialog API
Summary: Browse type dialog API
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords: API_REVIEW_FAST
: 90557 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-04 12:36 UTC by martin_adamek
Modified: 2007-10-01 18:18 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for utilities/jumpto module (13.43 KB, text/plain)
2007-09-04 12:38 UTC, martin_adamek
Details
Patch for java/sourceui module (11.67 KB, application/octet-stream)
2007-09-04 12:39 UTC, martin_adamek
Details
Patch for java/sourceui module (now with text/plain MIME type) (11.67 KB, text/plain)
2007-09-04 12:49 UTC, martin_adamek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin_adamek 2007-09-04 12:36:55 UTC
Provide API for access to GoToType-like dialog that will allow to browse types with given restrictions.
Typical use-cases would be browsing primary key in JPA Entity class wizard or return type or exception in Java EE method customizer.
Proposed change in fact exposes already existing GoToType functionality and involves one new class in utilities/jumpto friend API and one new class in java/
sourceui public API.
Comment 1 martin_adamek 2007-09-04 12:38:13 UTC
Created attachment 48028 [details]
Patch for utilities/jumpto module
Comment 2 martin_adamek 2007-09-04 12:39:17 UTC
Created attachment 48030 [details]
Patch for java/sourceui module
Comment 3 martin_adamek 2007-09-04 12:46:12 UTC
Please review
Comment 4 martin_adamek 2007-09-04 12:49:57 UTC
Created attachment 48033 [details]
Patch for java/sourceui module (now with text/plain MIME type)
Comment 7 martin_adamek 2007-09-17 09:11:00 UTC
Fixed.
Comment 8 martin_adamek 2007-10-01 18:18:18 UTC
*** Issue 90557 has been marked as a duplicate of this issue. ***