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

getColumnCount, getColumnName, getColumnValue

Method Details

getChecked

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

setChecked

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

Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49