Interface IToolTipProvider

All Known Implementing Classes:
CellLabelProvider, ColumnLabelProvider, DecoratingStyledCellLabelProvider, DelegatingStyledCellLabelProvider, ObservableMapCellLabelProvider, OwnerDrawLabelProvider, PropertyColumnLabelProvider, StyledCellLabelProvider, TableColumnViewerLabelProvider, TreeColumnViewerLabelProvider

public interface IToolTipProvider
Interface to provide tool tip information for a given element.
Since:
3.10
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the text displayed in the tool tip for object.
  • Method Details

    • getToolTipText

      String getToolTipText(Object element)
      Get the text displayed in the tool tip for object.
      Parameters:
      element - the element for which the tool tip is shown
      Returns:
      the String or null if there is not text to display