org.springframework.richclient.list
Interface TableListModel
- All Known Implementing Classes:
- BeanTableListModel, DefaultTableListModel
public interface TableListModel
Model for TableListCellRenderer
which is used to render a table for JComboBox
- Author:
- Mathias Broekelmann
getColumnCount
int getColumnCount()
getColumnName
String getColumnName(int columnIndex)
getColumnClass
Class getColumnClass(int column)
getValueAt
Object getValueAt(int row,
int column)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.