if (!table.getValueAt(e.getLastRow(), e.getColumn()).toString().trim().equals("")) {
node.setStateAt(table.getValueAt(e.getLastRow(),
e.getColumn()).toString(), e.getLastRow()
- (table.getRowCount() - node.getStatesSize()));
} else {
table.revalidate();
table.setValueAt(node.getStateAt(e.getLastRow()
- (table.getRowCount() - node.getStatesSize())), e.getLastRow(),
e.getColumn());
}
// Change the CPT cell or reset to its previous value.