Class CheckBoxLabelProvider

    • Constructor Detail

      • CheckBoxLabelProvider

        public CheckBoxLabelProvider()
    • Method Detail

      • getCheckedState

        protected abstract CheckState getCheckedState​(int columnIndex,
                                                      Object element)
        Gets checked state.
        Parameters:
        columnIndex - the column index
        element - checked element
        Returns:
        the state
      • getImage

        protected org.eclipse.swt.graphics.Image getImage​(Object element)
        Description copied from class: CenterImageLabelProvider
        Returns the image for the label of the given element.
        Specified by:
        getImage in class CenterImageLabelProvider
        Parameters:
        element - the element for which to provide the label image, cannot be null
        Returns:
        the image used to label the element or null if none