TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.common.internal.util
Interface ILabelProvider

All Known Implementing Classes:
CommonLabelProviderDelegator

public interface ILabelProvider


Method Summary
 java.lang.String getText(java.lang.Object element)
          Returns the text for the label of the given element.
 

Method Detail

getText

java.lang.String getText(java.lang.Object element)
Returns the text for the label of the given element.

Parameters:
element - the element for which to provide the label text
Returns:
the text string used to label the element, or null if there is no text label for the given object

TPTP 4.6.0 Platform Project
Internal API Specification