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 79413 - Use PropertyDescriptor.createPropertyEditor(Object bean)
Summary: Use PropertyDescriptor.createPropertyEditor(Object bean)
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 11:17 UTC by maxidea
Modified: 2006-07-04 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maxidea 2006-06-29 11:17:57 UTC
From J2SE 5.0 the PropertyDescriptor support a method "PropertyEditor 
createPropertyEditor(Object bean)" that allow to communicate with then bean 
instance your PropertyEditor are editing, NetBeans support this feature ?
Comment 1 Tomas Pavek 2006-06-29 16:02:53 UTC
This new method for creating property editors is not supported yet. Should be 
easy now since we switched to Java 5 (NetBeans 5.0 still had to run on 1.4.x 
as well). We'll implement this for 6.0.
Comment 2 maxidea 2006-06-29 16:09:22 UTC
No !!!!! I like very much NetBeans GUI Builder and start to make a lot of java 
beans but I'm unable to access the modified bean from a property editor and is 
very important for make real usefull bean.

do you now a work around ?

tanks
Comment 3 Tomas Pavek 2006-06-29 17:08:04 UTC
No workaround, sorry. But perhaps we could fix it already for 5.5 if it helps.
Comment 4 Tomas Pavek 2006-07-03 22:12:44 UTC
Fixed in trunk.

/cvs/form/src/org/netbeans/modules/form/editors2/BorderDesignSupport.java
new revision: 1.15; previous revision: 1.14
/cvs/form/src/org/netbeans/modules/form/RADProperty.java
new revision: 1.31; previous revision: 1.30
Comment 5 Tomas Pavek 2006-07-03 22:21:54 UTC
fixed
Comment 6 Tomas Pavek 2006-07-04 11:14:26 UTC
Integrated into 5.5.