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 52543 - The connection wizard should give access to event methods
Summary: The connection wizard should give access to event methods
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 10:53 UTC by peterjunglas
Modified: 2008-04-28 17:57 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 peterjunglas 2004-12-16 10:53:01 UTC
Getting a value as a property from the event
source may not work in a multithreaded
environment: When the target asks for a property
value, it might have changed already. Instead the
current value can be packed in the event, from
which it should be accessible via the connection
wizard.

This request is related to the old issue 26390 and
to the message 739910 from the nbusers list.
Comment 1 Tomas Pavek 2005-05-13 15:29:04 UTC
This theoretically makes sense but I think this enhancement would be used
rarely. I don't see a reasonable use case for this e.g. in Swing. And though
this is quite minor thing, it would not be easy to implement. We might get to it
if we decided to rewrite/improve the Connection Wizard one day; otherwise I
doubt we'll have time to extend the current one.