}
}
private void addCommandWidget(AbstractCommandModel command) {
int commandIndex = verticalPanel.getWidgetCount();
AbstractCommandWidget commandWidget = AbstractCommandWidget.buildCommandWidget(command);
CommandWrapperWidget commandWrapperWidget = new CommandWrapperWidget(commandWidget, simulationTestEventHandler);
verticalPanel.add(commandWrapperWidget);
commandRowIndexMap.put(command, commandIndex);
}