Community
Participate
Working Groups
Looks like WindowsBuilder generates code from the "older" databinding. AFAIK the current suggested approach is to use the Properties API. For example: IObservableValue widgetValue = WidgetProperties.text(SWT.Modify) .observe(firstName); IObservableValue modelValue = BeanProperties.value(Person.class, "firstName").observe(person); Would be great if WindowsBuilder could generate code based on the latest API.
Already possible via the Preference Settings.
Here's a link to the docs page on the prefs... http://code.google.com/javadevtools/wbpro/preferences/swt/preferences_jface_data_bindings.html