* @param controlDetails The details of the control.
*/
private void createColorSelectorControl(final ControlDetails controlDetails) {
final ColorSelector colourSelector = (ColorSelector)
new ColorSelectorFactory().buildValidatedTextControl(
controlDetails.attributesComposite, SWT.NONE);
colourSelector.setData(AttributesComposite.ATTRIBUTE_ACCESSOR_KEY,
new AttributesComposite.AttributeAccessor() {
public String getValue(String attribute) {