Preferences - JFace Data
Bindings

This page is used to control various JFace Data Binding options.
Add initDataBindings() invocation to GUI creation method
This preference determines whether the initDataBindings() method
should be generated into the
GUI creation method (constructor, createContents(), initGUI(),
jbInit(), etc.). Assign return value of initDataBindings() invocation
to field
This preference determines whether the DataBindingContext
returned by the initDataBindings() method should be assigned to a
field for future access. Add initDataBindings() invocation to
Composite constructor
This preference determines whether the initDataBindings() method
should be generated into the constructor for a Composite.
Generate initDataBindings() with access
This preference determines the visibility access of the
initDataBindings() method. Preview
This shows a sample of the generated data binding code given the
preference settings above. |