[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: JFace Binding
|
1. There are not Databinding APIs shipped with 3.2 because they are
experimental!
2. Use the Databinding APIs shiping with 3.3 because they are API-stable
and not experimental.
3. You can use the JFace-Databinding API part of 3.3 with any 3.2 release.
4. You can not use the binary-release shipped with 3.3 because the one
compiled against 3.3 holds references to classes not part of 3.2 [1].
Examples about Databinding can be found in [2,3].
[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=177476
[2]http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.examples.databinding/
[3]http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface.tests.databinding/
Himansu schrieb:
Hi tom...
Iam not getting you clearly....why we selected JFace Databinding
is that we are having tableviewer component which shows data from our
database thro our server...and that data needs to be refreshed as it may
be changing during runtime ...we are rite nuv working on Eclipse 3.2.1
and we are not finding the supporting APIs' for JFace Databinding...Is
there any way we can include it...
thanks,Himansu