log.debug(MessageFormat.format("Widget {0} is already selected, not clicking again.", this)); //$NON-NLS-1$
return this;
}
assertEnabled();
log.debug(MessageFormat.format("Clicking on {0}", this)); //$NON-NLS-1$
asyncExec(new VoidResult() {
public void run() {
deselectOtherRadioButtons();
log.debug(MessageFormat.format("Clicking on {0}", this)); //$NON-NLS-1$
widget.setSelection(true);
}