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. |
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
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
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.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |