net.sf.jga.swing
public class GenericTableModel<T> extends AbstractTableModel
Copyright © 2002 David A. Hall
Nested Class Summary | |
---|---|
static class | GenericTableModel.Column<R,C> |
Constructor Summary | |
---|---|
GenericTableModel(List<T> values, List<Column<T,? extends Object>> columns) |
Method Summary | |
---|---|
int | getColumnCount() |
int | getRowCount() |
Object | getValueAt(int row, int col) |
boolean | isCellEditable(int row, int col) |
void | setValueAt(Object value, int row, int col) |