After reading the JavaDoc for ILazyTreeContentProvider and Virtual Tables and Trees I'm a bit confused. Does this really mean that with a simple ITreeContentProvider, all elements should be loaded when the tree is created? I expected getChildren() be called only when the element was expanded (and hasChildren() to call to determine if a plus sign should be shown). Or are they designed for the case when in some elements there are many children?
source share