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 - Provide a list of binding properties and a customizer for them
Summary: Provide a list of binding properties and a customizer for them
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks: 89495
  Show dependency tree
 
Reported: 2007-01-04 13:45 UTC by Jan Stola
Modified: 2007-03-19 17:41 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.