if(currentCommand.equals(CONDITION_COMMAND)){
confirm(CONDITION_COMMAND);
//}else {//Otherwise
}else if(currentCommand.equals(OTHERWISE_COMMAND)) {
if(!isExistEvaluate(selectedRow)){
Otherwise otherwise = new Otherwise();
ConditionTable.this.setValueAt(otherwise, selectedRow, selectedColumn);
}else{
showMessageDialog(GlobalContext.getLocalizedMessage("conditioneditor.condition_already_exist.message", "You can't set the otherwise in already filled cell."));
}