publicObject getValueAt(int rowIndex, int columnIndex)(Code)
Return the data value for the specified cell.
Parameters: rowIndex - The row whose value is being retrieved. Parameters: columnIndex - The column whose value is being retrieved. the data value for the specified cell.
Removes an event listener fromthis model.
Parameters: lis - DataSetModelListener to be removed.
setValueAt
public void setValueAt(Object value, int rowIndex, int columnIndex)(Code)
Set the data value for the specified cell.
Parameters: value - The new value for the cell. Parameters: rowIndex - The row whose value is being set. Parameters: columnIndex - The column whose value is being set.
Fields inherited from net.sourceforge.squirrel_sql.fw.datasetviewer.BaseDataSetViewerDestination