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

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