The method "getChecked" in the org.eclipse.swt.widgets.TableItem class is used in Java programming with the Eclipse SWT library. It retrieves the checked state of a table item. This method returns true if the table item is checked, indicating that the item is selected or in an "on" state. If the item is not checked, the method returns false. This can be useful when working with table views or checkable table items in GUI applications.
Java TableItem.getChecked - 16 examples found. These are the top rated real world Java examples of org.eclipse.swt.widgets.TableItem.getChecked extracted from open source projects. You can rate examples to help us improve the quality of examples.