this.radioButtonWindowsLinebreak.setSelection(false);
this.radioButtonMacLinebreak.setSelection(false);
this.radioButtonTab.setSelection(false);
this.radioButtonCustomSeparator.setSelection(false);
SeparatorType copyResourceSeparator = this.getModel().getSeparatorData()
.getSeparatorType();
switch (copyResourceSeparator)
{
case CR:
this.radioButtonMacLinebreak.setSelection(true);