org.jfree.ui.about
public class LibraryTableModel extends AbstractTableModel
Used in the LibraryPanel class.
| Constructor Summary | |
|---|---|
| LibraryTableModel(List libraries)
Constructs a LibraryTableModel.
| |
| 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.
|
| Library[] | getLibraries()
Returns an array of the libraries in the table.
|
| 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: libraries the libraries.
Returns: the number of columns in the table model.
Parameters: column the column index (zero-based).
Returns: the name of the specified column.
Returns: An array of libraries.
Returns: the number of rows.
Parameters: row the row index (zero-based). column the column index (zero-based).
Returns: the value.