if (subCell != null) {
// Cell cell = subCell.getParent();
// CellPosition cellPosition = subCell.getPosition();
// cell.removeChildrenForDelete(cellPosition);
// treeTableModel.firePathChanged(treePath);
subCell.initSample();
treeTableModel.firePathChanged(treePath);
}
}
}