* @param editable true if this combo should be editable; false
* otherwise.
*/
private void createComboViewerControl(final ControlDetails controlDetails,
boolean editable) {
AttributesDetails attrDetails = controlDetails.attributesDetails;
PresentableItem[] items =
attrDetails.
getAttributePresentableItems(controlDetails.attribute);
// @todo there is a problem on windows that results in editable combo viewers behaving incorrectly.
// @todo this will be fixed.
//int style = editable ? SWT.DROP_DOWN : (SWT.READ_ONLY | SWT.DROP_DOWN);