Is it possible to populate a jFace viewer using a lazy content provider if I am using XWT declarative data binding. If it is not possible to do it declarative fashion, what are the other options to map a large data set to a jface tableviewer, if I am using XWT.
What is the best way to integrate a UI created with XWT to a data source which is a relational database? It is mostly for viewing purposes and not editing.
We have not tested with lazy content provider. In theory, it should work.
Please make a try. There is another solution is to use virtual table. The
last solution has the same status as previous. Please make a test and keep
inform us. If it doesn't work, please fill a bug.
Best regards
Yves YANG
<remeshb_1@yahoo.co.uk> wrote in message
news:i5kql2$4i7$1@build.eclipse.org...
> Some newbie questions...
>
> Is it possible to populate a jFace viewer using a lazy content provider if
> I am using XWT declarative data binding. If it is not possible to do it
> declarative fashion, what are the other options to map a large data set to
> a jface tableviewer, if I am using XWT.
>
> What is the best way to integrate a UI created with XWT to a data source
> which is a relational database? It is mostly for viewing purposes and not
> editing.