Package com.iizigo.jface
Interface IViewerToolTip
- All Known Implementing Classes:
CheckboxTableViewerEx
,CheckboxTreeViewerEx
,CommonViewerEx
,FilteredCommonViewer
,TooltipTableViewer
public interface IViewerToolTip
Tooltip support for viewers.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.jface.viewers.ViewerRow
getViewerRow(org.eclipse.swt.graphics.Point point)
Returns the viewer row at the given widget-relative coordinates.
Method Detail
getViewerRow
org.eclipse.jface.viewers.ViewerRow getViewerRow(org.eclipse.swt.graphics.Point point)
Returns the viewer row at the given widget-relative coordinates. Overridden to make public. As it's for tooltip support this will work just fine.- Parameters:
point
- The widget-relative coordinates of the viewer row.- Returns:
- ViewerRow the row or
null
if no row is found at the given coordinates.