List of usage examples for org.eclipse.jface.databinding.viewers ObservableListTreeContentProvider subclass-usage
From source file au.gov.ga.earthsci.application.tree.LazyObservableListTreeContentProvider.java
/**
* {@link ObservableListTreeContentProvider} subclass that supports
* {@link ILazyTreeNode}s. Loads the lazy tree node's children in the
* {@link #getChildren(Object)} method.
*
* @author Michael de Hoog (michael.dehoog@ga.gov.au)