Bug 50511 - Allow events that are from the property value of a JavaBean
Summary: Allow events that are from the property value of a JavaBean
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Joe Winchester CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 16:38 EST by Joe Winchester CLA
Modified: 2011-06-13 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Winchester CLA 2004-01-23 16:38:24 EST
People want to generate events that aren't on the JavaBean itself, but one of 
its property values.  For example
jTextArea.getDocument().addDocumentListener(...
We could provide a way for the dialog to allow this (by having a tree or list 
of property values that by default is "this", and when you selected a property 
value the wizard shows the events for this, and also a way of promoting the 
very common ones to the wizard (such as JTextArea's document listener)
Comment 1 Peter Walker CLA 2004-02-23 17:35:59 EST
Please evaluate and determine if this can be implemented in v1.0.0. Not sure 
how you would model this. Check with Gili about code parsing impacts.