Package ca.odell.glazedlists.gui
Interface CheckableTableFormat<E>
-
- All Superinterfaces:
TableFormat<E>
public interface CheckableTableFormat<E> extends TableFormat<E>
Specifies how to check table elements.- Author:
- Jesse Wilson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getChecked(E baseObject)
Gets whether the specified object is checked.void
setChecked(E baseObject, boolean checked)
Sets the specified object as checked.-
Methods inherited from interface ca.odell.glazedlists.gui.TableFormat
getColumnCount, getColumnName, getColumnValue
-
-