net.mlw.vlh.swing
Interface ValueListTableModel
- All Superinterfaces:
- TableModel
- All Known Implementing Classes:
- AbstractValueListTableModel, TableSorter
- public interface ValueListTableModel
- extends TableModel
- Version:
- $Revision: 1.3 $ $Date: 2005/04/07 14:07:39 $
- Author:
- Matthew L. Wilson
contains
public boolean contains(Object bean)
getBean
public Object getBean(int row)
addBean
public int addBean(Object bean)
removeBean
public int removeBean(Object bean)
setValueList
public void setValueList(ValueList valueList)
trimFromList
public int trimFromList(int index)
getSortPropertyName
public String getSortPropertyName(int column)
Copyright © 2003-2006 mlavilson. All Rights Reserved.