In RCP jfacetreeview suppose I have 1000 rows, but I want to load only 50 rows first, and then, when I click on (more...) I need another 50 to load. Like I need virtual tree, so I can insert more data but I can load data when I need that.
http://www.vogella.com/tutorials/EclipseJFaceTableAdvanced/article.html tried lazy loading but don't know how to do it.
You can use a special tree node which always there at the bottom with text "Show More ...". And load more content when it get clicked. And move that node to the new end of rows.