Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » populting swt tables scalability
populting swt tables scalability [message #401762] Thu, 25 December 2003 06:51 Go to next message
Eclipse UserFriend
Originally posted by: elik.backweb.com

I want to show content from a database table in Jface table/table viewer.
The table may contain a lot of rows, and I don't want to fetch all of them.
The problem is that the current interface does not allow this.
Is there any way to populate the table chunk by chunk?

Thanks
Eli
Re: populting swt tables scalability [message #401772 is a reply to message #401762] Tue, 30 December 2003 09:17 Go to previous messageGo to next message
Eclipse UserFriend
We are working on "lazy" table support for 3.0 but it is not ready yet.
This work is covered by the following bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=37998

"Elik" <elik@backweb.com> wrote in message news:bsrjb6$m96$1@eclipse.org...
> I want to show content from a database table in Jface table/table viewer.
> The table may contain a lot of rows, and I don't want to fetch all of
them.
> The problem is that the current interface does not allow this.
> Is there any way to populate the table chunk by chunk?
>
> Thanks
> Eli
>
>
Re: populting swt tables scalability [message #405164 is a reply to message #401762] Mon, 05 January 2004 13:23 Go to previous messageGo to next message
Eclipse UserFriend
You can add the items from another thread. You can also create a user
interface that populates the table a page at a time, like a Web page might
do.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/snippits/snippet7.html


"Elik" <elik@backweb.com> wrote in message news:bsrjb6$m96$1@eclipse.org...
> I want to show content from a database table in Jface table/table viewer.
> The table may contain a lot of rows, and I don't want to fetch all of
them.
> The problem is that the current interface does not allow this.
> Is there any way to populate the table chunk by chunk?
>
> Thanks
> Eli
>
>
Re: populting swt tables scalability [message #410913 is a reply to message #405164] Sun, 18 January 2004 05:54 Go to previous message
Eclipse UserFriend
Originally posted by: elik.backweb.com

How do I face this same challenge when populating a jface table?


"Steve Northover" <steve_northover@ca.ibm.com> wrote in message
news:btca15$bl9$1@eclipse.org...
> You can add the items from another thread. You can also create a user
> interface that populates the table a page at a time, like a Web page might
> do.
>
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/snippits/snippet7.html
>
>
> "Elik" <elik@backweb.com> wrote in message
news:bsrjb6$m96$1@eclipse.org...
> > I want to show content from a database table in Jface table/table
viewer.
> > The table may contain a lot of rows, and I don't want to fetch all of
> them.
> > The problem is that the current interface does not allow this.
> > Is there any way to populate the table chunk by chunk?
> >
> > Thanks
> > Eli
> >
> >
>
>
Previous Topic:mouse interaction for Sing / SWT bridge
Next Topic:M6 Speed?
Goto Forum:
  


Current Time: Thu Nov 06 14:16:20 EST 2025

Powered by FUDForum. Page generated in 0.04676 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top