I am using jface databinding feature to bind between GUI objects and model
objects. When the GUI is created, the DataBindingContext is used to bind
GUI objects and model. During the operation of the application, the model
data might be changed (model structure is not changed.). How could I use
DataBindingContext to re-bind the GUI objects to the changed model data.