Java org.eclipse.jface.viewers ILazyTreePathContentProvider fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers ILazyTreePathContentProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers ILazyTreePathContentProvider.

The text is from its open source code.

Implementation

org.eclipse.jface.viewers.ILazyTreePathContentProvider has the following implementations.
Click this link to see all its implementation.

Method

TreePath[]getParents(Object element)
Return the possible parent paths for the given element.
voidupdateChildCount(TreePath treePath, int currentChildCount)
Called when the TreeViewer needs an up-to-date child count for the given tree path, for example from TreeViewer#refresh() and TreeViewer#setInput(Object) .
voidupdateElement(TreePath parentPath, int index)
Called when a previously-blank item becomes visible in the TreeViewer.