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

Summary: Browse type dialog API
Product: java Reporter: martin_adamek <martin_adamek>
Component: SourceAssignee: martin_adamek <martin_adamek>
Status: RESOLVED FIXED    
Severity: blocker CC: phrebejk, tor, tzezula
Priority: P3 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch for utilities/jumpto module
Patch for java/sourceui module
Patch for java/sourceui module (now with text/plain MIME type)

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. ***