};
final Composite radioButtonsComposite = new Composite( this.rootComposite, SWT.NONE );
radioButtonsComposite.setLayoutData( gdhindent( gdhfill(), 20 ) );
radioButtonsComposite.setLayout( glayout( 2, 0, 0, 0, 0 ) );
decorator.addEditorControl( radioButtonsComposite );
this.radioButtonGroup = new ArrayList<Button>();
final String arbitraryValueLabel
= property.getLocalizationService().text( namedValuesAnnotation.arbitraryValueLabel(), CapitalizationType.FIRST_WORD_ONLY, true ) + ":";