skipYesButton.addListener( SWT.Selection, selectionListener); skipNoButton.addListener( SWT.Selection, selectionListener);
folYesButton.addListener( SWT.Selection, selectionListener); folNoButton.addListener( SWT.Selection, selectionListener);
keepYesButton.addListener( SWT.Selection, selectionListener); keepNoButton.addListener( SWT.Selection, selectionListener);
freshYesButton.addListener( SWT.Selection, selectionListener); freshNoButton.addListener( SWT.Selection, selectionListener);
spellYesButton.addListener( SWT.Selection, selectionListener); spellNoButton.addListener( SWT.Selection, selectionListener);
threadCombo.addListener( SWT.Selection, selectionListener);
setControl(composite);
}