* {@link CCombo}, {@link Combo}, {@link List} or {@link Table}.
*
* @return a value property for the single selection index of a SWT Combo.
*/
public static IWidgetValueProperty singleSelectionIndex() {
return new WidgetSingleSelectionIndexProperty();
}