[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Loading Large SWT Tables

Hello,
    You may want to use a TableViewer from JFace. For a tutorial on JFace,
see this:
http://www-106.ibm.com/developerworks/opensource/library/os-ecgui1/

Thanks
Dave


"Trev" <shartrec.noxspamx@xxxxxxxxxxxx> wrote in message
news:b7ti1t$hci$1@xxxxxxxxxxxxxxxx
> Is there any way to load table data on an as needed basis using a model as
> there is in Swing.  I have a collection with about 20000 objects that I'd
> like to show in a table.
>
> The user will be able to filter the table to reduce its size or just
scroll.
> Obviously loading it all in one go is slow and the scrolling gets a bit
slow
> as well.
>
> Trev
>
>