示例#1
0
 /** Will fill empty cells with valid blank <CODE>Cell</CODE>s */
 public void complete() {
   if (mTableInserted) {
     mergeInsertedTables(); // integrate tables in the table
     mTableInserted = false;
   }
   if (autoFillEmptyCells) {
     fillEmptyMatrixCells();
   }
 }