com.levigo.util.base.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 com.levigo.util.base.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.



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.