[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] how to use databinding to bind dynamic data

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.