com.ibm.commons.swt.data.viewers
Interface IDeferredViewerLabelProvider

All Superinterfaces:
org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ILabelProvider

public interface IDeferredViewerLabelProvider
extends org.eclipse.jface.viewers.ILabelProvider

A label provider that gets queried for a lookup.

See Also:
StringLookup

Method Summary
 StringLookup getControlLookup(java.lang.Object elements)
          Based on the input (elements) this method returns a StringLookup that will be assigned to a picker control like a combobox/listbox.
 
Methods inherited from interface org.eclipse.jface.viewers.ILabelProvider
getImage, getText
 
Methods inherited from interface org.eclipse.jface.viewers.IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
 

Method Detail

getControlLookup

StringLookup getControlLookup(java.lang.Object elements)
Based on the input (elements) this method returns a StringLookup that will be assigned to a picker control like a combobox/listbox.

Parameters:
elements -
Returns: