Interface ICheckBoxLabelProvider

    • Method Detail

      • isVisible

        boolean isVisible​(Object element,
                          int columnIndex)
        Whether checkbox is visible (if visibility changes for different items)
        Parameters:
        element - current element, can't be null
        columnIndex - index of column
        Returns:
        true if checkbox is visible, false otherwise
      • isEnabled

        boolean isEnabled​(Object element,
                          int columnIndex)
        Whether checkbox is enabled
        Parameters:
        element - current element, can't be null
        columnIndex - index of column
        Returns:
        true if checkbox is enable, false otherwise
      • isSelected

        boolean isSelected​(Object element,
                           int columnIndex)
        Whether checkbox is selected
        Parameters:
        element - current element, can't be null
        columnIndex - index of column
        Returns:
        true if checkbox is selected, false otherwise