return null;
// if the source parameter is of type {@link IBasicTableModel},
// create and return an appropriate wrapper
if (objSourceValue instanceof IBasicTableModel)
return new BasicTableModelWrap(
(IBasicTableModel) objSourceValue,
objColumnModel,
objState);
// otherwise, the source parameter must contain the data to be displayed