ca.odell.glazedlists.gui
Interface CheckableTableFormat

All Superinterfaces:
TableFormat

public interface CheckableTableFormat
extends TableFormat

Specifies how to check table elements.

Author:
Jesse Wilson

Method Summary
 boolean getChecked(Object baseObject)
          Gets whether the specified object is checked.
 void setChecked(Object 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(Object baseObject,
                boolean checked)
Sets the specified object as checked.


getChecked

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



Glazed Lists, Copyright © 2003-2005 publicobject.com, O'Dell Engineering.
Generated 2005-09-24 12:46