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

Method Summary
 int addBean(Object bean)
           
 boolean contains(Object bean)
           
 Object getBean(int row)
           
 String getSortPropertyName(int column)
           
 int removeBean(Object bean)
           
 void setValueList(ValueList valueList)
           
 int trimFromList(int index)
           
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

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.