Create a tree dynamically with NatTable [message #1842284] |
Tue, 15 June 2021 08:35  |
Eclipse User |
|
|
|
I have a huge tree data structure and I don't want to load all the data into the memory. Loading data dynamically is possible with JFace's TreeViewer but due to scalability issues (especially on Linux/GTK) we plan to move to NatTable.
However, it seems NatTable creates a tree from a flat list and not from a tree structure (according to Drk Fauth https://www.eclipse.org/forums/index.php/t/1066327/) which requires loading all data into memory.
The question: Is it possible to create a tree dynamically with NatTable?
Perhaps without using GlazedLists? There was a discussion to use NatTable without GlazedLists in https://www.eclipse.org/forums/index.php/t/695642/ but I don't see any progress or examples.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03856 seconds