* If the component does not implement that interface,
* then we just keep going, but if it does implement it,
* then we need to tell the DataSetScrollingPanel that the
* object that fw needs to call is this one.
*/
IDataSetUpdateableModel modelReference = null; // default is no reference
try
{
// we need the try/catch just to keep the compiler happy
if (Class.forName("net.sourceforge.squirrel_sql.fw.datasetviewer.IDataSetUpdateableModel").isAssignableFrom(this.getClass()))
{