StartCompletionUIAction startAction = new StartCompletionUIAction();
startAction.setViewComponent(this);
startButton = prepareButton(startAction, GUIConstants.START_BUTTON_TOOLTIP,
GUIConstants.START_BUTTON_TEXT);
StopCompletionUIAction stopAction = new StopCompletionUIAction();
stopAction.setViewComponent(this);
stopButton = prepareButton(stopAction, GUIConstants.STOP_BUTTON_TOOLTIP,
GUIConstants.STOP_BUTTON_TEXT);
RepairUIAction repairAction = new RepairUIAction();
repairAction.setViewComponent(this);