Eclipse Platform
Release 3.1

org.eclipse.jface.viewers
Interface ILazyContentProvider

All Superinterfaces:
IContentProvider

public interface ILazyContentProvider
extends IContentProvider

The ILazyContentProvider is the content provider for table viewers created using the SWT.VIRTUAL flag that only wish to return thier contents as they are queried.


Method Summary
 void updateElement(int index)
          Called when a previously-blank item becomes visible in the TableViewer.
 
Methods inherited from interface org.eclipse.jface.viewers.IContentProvider
dispose, inputChanged
 

Method Detail

updateElement

public void updateElement(int index)
Called when a previously-blank item becomes visible in the TableViewer. If the content provider knows the element at this row, it should respond by calling TableViewer#replace(Object, int)

Parameters:
index - The index that is being updateed in the table.

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.