org.jfree.ui.about
public class ContributorsTableModel extends AbstractTableModel
Used in the ContributorsPanel class.
Constructor Summary | |
---|---|
ContributorsTableModel(List contributors)
Constructs a ContributorsTableModel.
|
Method Summary | |
---|---|
int | getColumnCount()
Returns the number of columns in the table model. |
String | getColumnName(int column)
Returns the name of a column in the table model.
|
int | getRowCount()
Returns the number of rows in the table model.
|
Object | getValueAt(int row, int column)
Returns the value for a cell in the table model.
|
Parameters: contributors the contributors.
Returns: The number of columns in the table model.
Parameters: column the column index (zero-based).
Returns: the name of the specified column.
Returns: The number of rows.
Parameters: row the row index (zero-based). column the column index (zero-based).
Returns: the value.