this.isSelection = isSelection;
}
public void handleEvent(Event event) {
if (resultTable.getItemCount() <= 0) {
throw new UserErrorException("commands.noResults");
}
if (!stateMachine.inState(ScanningState.IDLE)) {
// ask the user whether to save incomplete results
MessageBox box = new MessageBox(resultTable.getShell(), SWT.YES | SWT.NO | SWT.ICON_WARNING | SWT.SHEET);