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 14023 - would it be impossibly difficult to add event wiring ala visual age?
Summary: would it be impossibly difficult to add event wiring ala visual age?
Status: RESOLVED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Other
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-27 15:31 UTC by support
Modified: 2001-08-01 23:06 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 support 2001-07-27 15:31:02 UTC
Hi,

1) This is probably a tall order, but would it be impossibly
difficult to add event wiring ala visual age? For those 
less familiar, VA's Visual Composition Editor (VCE) draws
lines between components called connections, that represent 
events.  The components can also be 'connected' to non-visual
beans, etc.  

2) I never got a clear response on a question I submitted to 
the user mailing list about how to use the form editor, so I 
beg your pardon, but I'd like to ask it here:
How should the application code work with the form?  Let me
explain a bit.  

At almost all costs I would prefer never to 
mix hand-written code with generated code.  This had been 
a nightmare for me in the past, with the constant terror of 
my hand written stuff getting trashed directly by the 
IDE, or being made unusable because I've badly screwed up the 
generated code.

One way to avoid mixing generated code and hand written stuff
is to make all members of MyFormClass be protected.
a) how is this done?
b) Is there a better means of working with the form?
c) if not, why not make 'protected' the default?


Thanks
Comment 1 Tomas Pavek 2001-07-30 11:48:11 UTC
1) Currently it is not possible to implement it. We discussed this 
some time ago and agreed that we need two-way editing tool first to 
keep the connections persistent. Anyway, the connection visualization 
itself is rather "spectacular" than really useful feature - it works 
reliably only for very simple event handlers, the scope is limited 
only to beans within one form, etc...

2) I've found the mail and answered, see nbusers.
http://www.netbeans.org/servlets/ReadMsg?msgId=121759&listName=nbusers