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
 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
 

Method Detail

setChecked

void setChecked(E baseObject,
                boolean checked)
Sets the specified object as checked.


getChecked

boolean getChecked(E baseObject)
Gets whether the specified object is checked.



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40