TableViewer
created with the SWT.VIRTUAL
flag and an IConcurrentModel
as input. The sorter and filter must be set directly on the content provider. Any sorter or filter on the TableViewer will be ignored.
The real implementation is in BackgroundContentProvider
. This object is a lightweight wrapper that adapts the algorithm to work with TableViewer
.
|
|