Label fontColourLabel = new Label(propertiesGroup, SWT.NONE);
fontColourLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL
| GridData.GRAB_HORIZONTAL));
fontColourLabel.setText(Messages.getString("LegendGraphicStyleConfigurator.fontcolor")); //$NON-NLS-1$
fontColour = new ColorEditor(propertiesGroup);
Label backgroundColourLabel = new Label(propertiesGroup, SWT.NONE);
backgroundColourLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL
| GridData.GRAB_HORIZONTAL));
backgroundColourLabel.setText(Messages
.getString("LegendGraphicStyleConfigurator.backgroundcolor")); //$NON-NLS-1$
backgroundColour = new ColorEditor(propertiesGroup);
Label backgroundAlphaLabel = new Label(propertiesGroup, SWT.NONE);
backgroundAlphaLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL
| GridData.GRAB_HORIZONTAL));
backgroundAlphaLabel.setText(Messages
.getString("LegendGraphicStyleConfigurator.backgroundalpha")); //$NON-NLS-1$
backgroundAlphaText = new Text(propertiesGroup, SWT.BORDER);
backgroundAlphaText.setLayoutData(new GridData(GridData.FILL_HORIZONTAL
| GridData.GRAB_HORIZONTAL));
Label foregroundColourLabel = new Label(propertiesGroup, SWT.NONE);
foregroundColourLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL
| GridData.GRAB_HORIZONTAL));
foregroundColourLabel.setText(Messages
.getString("LegendGraphicStyleConfigurator.foregroundcolor")); //$NON-NLS-1$
foregroundColor = new ColorEditor(propertiesGroup);
Label forgroundAlphaLabel = new Label(propertiesGroup, SWT.NONE);
forgroundAlphaLabel.setLayoutData(layoutData);
forgroundAlphaLabel.setText(Messages
.getString("LegendGraphicStyleConfigurator.foregroundalpha")); //$NON-NLS-1$