Public Member Functions | |
boolean | isCellEditable (int iRow, int iColumn) |
Says whether or not an individual cell is editable. | |
Package Functions | |
ParameterTableModel (Object[][] p_oData, Object[] p_oHeader) | |
Constructor. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
The feature we're adding is making sure that certain cells are not editable.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.ParameterTableModel.ParameterTableModel | ( | Object | p_oData[][], | |
Object[] | p_oHeader | |||
) | [package] |
Constructor.
p_oData | Vector of vectors representing the table data. | |
p_oHeader | Vector with column headings. |
boolean javawrapper.ParameterTableModel.isCellEditable | ( | int | iRow, | |
int | iColumn | |||
) |
Says whether or not an individual cell is editable.
If it is in the first column or is a text value in the first row, returns false. Otherwise, returns true.
iRow | Row number of cell in question. | |
iColumn | Column number of cell in question. |
final long javawrapper.ParameterTableModel.serialVersionUID = 1 [static, package] |