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 27441

Summary: LookNode should provide Lookup in constructor
Product: contrib Reporter: Jaroslav Tulach <jtulach>
Component: LooksAssignee: Petr Hrebejk <phrebejk>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 26790, 27425    
Bug Blocks:    
Attachments: Changes in LookNode

Description Jaroslav Tulach 2002-09-19 12:37:16 UTC
LookNode should not override getCookie, but
provide lookup in constructor, so applications can
access all objects in the Lookup not just cookies. 

The conversion from Lookup to Cookie should be
done in Node itself.
Comment 1 Jaroslav Tulach 2002-09-19 12:38:17 UTC
Created attachment 7455 [details]
Changes in LookNode
Comment 2 Marian Mirilovic 2003-01-29 12:54:49 UTC
added keyword PROJECTS, because we need to distinguish 
issues against NB4.0 and S1Sx.y
Comment 3 Jaroslav Tulach 2003-02-28 10:35:53 UTC
This has already been done. Why not close it?
Comment 4 Petr Hrebejk 2003-05-06 10:06:07 UTC
Looks can add items to node Lookup using getLookupItems method.
Comment 5 Marian Mirilovic 2005-07-13 13:23:35 UTC
closed