final String label = type.getLabel( true, CapitalizationType.FIRST_WORD_ONLY, false );
final Button button = radioButtonsGroup.addRadioButton( label );
typeToButton.put( type, button );
buttonToType.put( button, type );
decorator.addEditorControl( button );
actionPresentationKeyboard.attach( button );
attachHelp( button, property );
}
final Button noneButton = radioButtonsGroup.addRadioButton( noneSelection.text() );
noneButton.setVisible( false );