Working with Beans Binding

See Also

The following table outlines the basic process of binding properties between JavaBeans components.

Number One
Create GUI forms


Number Two
Add components


Number Three
Bind component properties

  1. Right-click a component in the Design view of the Source Editor or in the Inspector window, and choose a target property from the Bind menu.
  2. In the Binding tab of Bind dialog box, specify the source for the binding.
  3. In the Advanced tab of Bind dialog box, specify any other customizations to the binding, if necessary. For example, some bindings require custom converters, validators, and code for handling unreadable or non-existent values from the source.
See Also
Working With Desktop Database Applications
Binding Data to a Swing Component
About Java GUIs
GUI Builder Tasks: Quick Reference
Designing Java GUIs with the GUI Builder

Legal Notices