public interface IButtonCellContentProvider extends ICellContentProvider
ICellContentProvider
in the context of a cell represented by a
Button
widget.Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(java.lang.Object element)
Gets whether or not the specified element's cell
Button
should be selected. |
getImage, getText, getToolTipText, getValue, isEnabled, isValid, setValue
boolean isSelected(java.lang.Object element)
Button
should be selected.
For Button
s with the style SWT.CHECK
, selected
corresponds to being checked.
element
- The element to test.