Defer Eclipse Treeviewer loading by DeferredTreeContentManager
Posted
by qichuan
on Stack Overflow
See other posts from Stack Overflow
or by qichuan
Published on 2010-06-15T08:00:13Z
Indexed on
2010/06/15
8:02 UTC
Read the original article
Hit count: 270
eclipse
|deferred-loading
I understand there is an approach to defer TreeViewer loading by using DeferredTreeContentManager, learnt from this useful tutorial.
However, this mechanism requires the model to implement IDeferredWorkbenchAdapter interface, which introduces problem to my legacy immutable model classes. Is it possible to use DeferredTreeContentManager without having model implementing IDeferredWorkbenchAdapter interface?
© Stack Overflow or respective owner