I\'m trying to add a RadioGroupFieldEditor in an Eclipse RCP application I\'m developing, but seem unable to do two key things:
Since this control is operating on preferences, you can set the default value in your preference initializer.
To get the value of the control, you could gt the actual radio control via the getRadioBoxControl(Composite) method and query that object. Not the cleanest way, but it does work adequately.