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 91816

Summary: Provide a list of binding properties and a customizer for them
Product: guibuilder Reporter: Jan Stola <jstola>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 89495    

Description Jan Stola 2007-01-04 13:45:16 UTC
The "binding property" is a property that can be bound to a property of another 
bean. The binding property can correspond to a regular bean property, but can 
also be a synthetic one (e.g. provided by some property delegate; for example 
elements property of JTable).

The property sheet in the GUI builder will contain a new Binding section that 
will show the binding properties. These properties will have a special 
customizer that will allow you to specify the binding.
Comment 1 Jan Stola 2007-03-19 17:41:01 UTC
Implemented.