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

Summary: Support Lookup.Provider in Bean Browser
Product: apisupport Reporter: Jesse Glick <jglick>
Component: InspectorAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 26275, 29851    
Bug Blocks:    

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