[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: how to use databinding to bind dynamic data
|
You don't use updateTargets().
wv = new WritableValue(Contact.class);
wv.setValue(new Contact());
// ..... work
wv.setValue(new Contact());
Tom
hao schrieb:
Can I use bindingContext.updateTargets() method to realize it?
--
B e s t S o l u t i o n . at
--------------------------------------------------------------------
Tom Schindl JFace-Committer
--------------------------------------------------------------------