Bug 566257

Summary: Option to construct CTabfolder items lazy on depend
Product: [Eclipse Project] Platform Reporter: Lars Vogel <Lars.Vogel>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: Lars.Vogel, rolf.theunissen
Version: 4.16   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Lars Vogel CLA 2020-08-21 05:37:17 EDT
AFAIK CTabFolder will always create the content of its tabs immediately.

Would be nice to have the option to construct the tabs only on demand, e.g., if the user selects the tab.


Maybe CTabItem#setControl could get another method with a supplier which constructs the control on demand.

I think we have something similar done in our render with LazyTabRenderer.