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 26617 - Support Lookup.Provider in Bean Browser
Summary: Support Lookup.Provider in Bean Browser
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Inspector (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 26275 29851
Blocks:
  Show dependency tree
 
Reported: 2002-08-19 16:55 UTC by Jesse Glick
Modified: 2006-02-14 17:46 UTC (History)
0 users

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 Jesse Glick 2002-08-19 16:55:39 UTC
I.e. instead of or in addition to using reflection
to search for a getCookie method and display a
Cookies subnode for a browsed object, just check
if it implements Lookup.Provider, and if so,
display a LookupNode: like the master one, but
with o.getLookup() rather than Lookup.getDefault().
Comment 1 Jesse Glick 2003-10-17 00:15:21 UTC
committed   * Up-To-Date  1.2        
javahelp/org/netbeans/modules/apisupport/help/beanbrowser-lookup.html
committed   * Up-To-Date  1.15       
javahelp/org/netbeans/modules/apisupport/help/beanbrowser.html
committed   * Up-To-Date  1.6        
src/org/netbeans/modules/apisupport/beanbrowser/CookieClassList.java
removed     * Up-To-Date  1.16       
src/org/netbeans/modules/apisupport/beanbrowser/CookieKids.java
committed   * Up-To-Date  1.7        
src/org/netbeans/modules/apisupport/beanbrowser/LookupNode.java
committed   * Up-To-Date  1.29       
src/org/netbeans/modules/apisupport/beanbrowser/PropSetKids.java
committed   * Up-To-Date  1.46       
src/org/netbeans/modules/apisupport/beanbrowser/WrapperKids.java