Package org.eclipse.jface.viewers
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 SummaryModifier and TypeMethodDescriptiongetToolTipText(Object element) Get the text displayed in the tool tip for object.
- 
Method Details- 
getToolTipTextGet the text displayed in the tool tip for object.- Parameters:
- element- the element for which the tool tip is shown
- Returns:
- the Stringornullif there is not text to display
 
 
-