[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] TreeViewer with lazy loading


I have a treeviewer that displays a file tree. Is there any convenient way to write the contentprovider to achieve lazy loading of the tree?


Or is the best way to use a Tree according to http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet8.java?rev=HEAD&content-type=text/vnd.viewcvs-markup and implement a customized viewer after that?

Best Regards
-Thomas