Interface IViewerToolTip

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      org.eclipse.jface.viewers.ViewerRowgetViewerRow​(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.