Interface ECPFilterableCell


  • public interface ECPFilterableCell
    Optional interface (either implemented or provided as an adapter) for a cell that supports filtering by its text content. This allows for complex cell renderers, for example, to avoid costly updates via the CellLabelProvider.update(org.eclipse.jface.viewers.ViewerCell) API that do more than just render text.
    Since:
    1.21
    • Method Detail

      • getFilterableText

        java.lang.String getFilterableText​(java.lang.Object object)
        Query the text to filter on.
        Parameters:
        object - the object to be filtered
        Returns:
        the text to filter on, or an empty string if none