if (step.getCommands().indexOf(command) == 0) {
// TODO disable button instead
return;
}
SimulationPathModel path = step.getPath();
step.moveUpCommand(command);
pathWidgetMap.get(path).movedUpCommand(command);
}
public void moveDownCommand(AbstractCommandModel command) {
SimulationStepModel step = command.getStep();