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 Summary
Modifier and TypeMethodDescriptiongetToolTipText
(Object element) Get the text displayed in the tool tip for object.
-
Method Details
-
getToolTipText
Get the text displayed in the tool tip for object.- Parameters:
element
- the element for which the tool tip is shown- Returns:
- the
String
ornull
if there is not text to display
-