Bug 509006

Summary: [Jface] [Viewers] Deferred Contentprovider tracking bug
Product: [Eclipse Project] Platform Reporter: Wim Jongman <wim.jongman>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: akurtakov, daniel_megert, Lars.Vogel, psuzzi
Version: 4.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:
Bug Depends on: 123295, 146799, 205158, 293098, 92763, 92769, 94231, 97947, 101060, 117165, 117175, 133490, 165637, 262412, 309455    
Bug Blocks:    

Description Wim Jongman CLA 2016-12-09 14:16:16 EST
This bug tracks all open deferred contentprovider bugs.
Comment 1 Wim Jongman CLA 2019-12-12 05:10:39 EST
From Frank Appel:


Deferred fetching of content should not be confused with lazy loading of elements using the SWT.VIRTUAL flag. While there are similarities between both approaches, virtual table and trees are generally useful for partial on-demand loading of large datasets.

Deferred loading is helpful for reasonable sized datasets, which nevertheless might be time consuming to retrieve and therefore would block the UI thread. Consider fetching of remote data for example. And in case you wonder, both approaches are of course mutally exclusive…
Comment 2 Wim Jongman CLA 2019-12-12 05:26:20 EST
*** Bug 558218 has been marked as a duplicate of this bug. ***
Comment 4 Dani Megert CLA 2020-01-07 10:03:32 EST
Wim, you've set the target milestone to 4.15 M1. Do you plan to work on this? If so, please set a new target milestone.
Comment 5 Alexander Kurtakov CLA 2020-06-01 03:46:23 EDT
Too late for 4.16 now.