Package com.ibm.commons.swt.data.viewers

Deferred JFace Viewer Classes.

See:
          Description

Interface Summary
IDeferredViewerLabelProvider A label provider that gets queried for a lookup.
 

Class Summary
DCComboBoxDeferredViewer Class to fetch data for a DCCombo in the background.
 

Package com.ibm.commons.swt.data.viewers Description

Deferred JFace Viewer Classes.

The classes and interfaces in this package provide a mechanism that allows for the creation of a viewer whose content is NOT known when the input is set for the viewer. Once the input is set the content provider is charged with fetching the content of the viewer at a later point in time.