displayArea.setLayout(gridLayout);
data = new GridData(GridData.FILL_HORIZONTAL);
displayArea.setLayoutData(data);
displayArea.setBackground(getDisplay().
getSystemColor(SWT.COLOR_LIST_BACKGROUND));
AttributesCompositeBuilder builder =
AttributesCompositeBuilder.getSingleton();
attributesComposite = builder.
buildAttributesComposite(displayArea, attributesDetails,
project, handler);
attributesComposite.setBackground(getDisplay().
getSystemColor(SWT.COLOR_LIST_BACKGROUND));