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 booleangetChecked(E baseObject)Gets whether the specified object is checked.voidsetChecked(E baseObject, boolean checked)Sets the specified object as checked.-
Methods inherited from interface ca.odell.glazedlists.gui.TableFormat
getColumnCount, getColumnName, getColumnValue
-
-