org.springframework.richclient.list
Interface TableListModel

Show UML class diagram
All Known Implementing Classes:
BeanTableListModel, DefaultTableListModel

public interface TableListModel

Model for TableListCellRenderer which is used to render a table for JComboBox

Author:
Mathias Broekelmann

Method Summary
 Class getColumnClass(int column)
           
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 Object getValueAt(int row, int column)
           
 

Method Detail

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.