* Creates the ListValueBuilder control that allows the selection types
* keywords to be defined.
*/
private void addSelectionValueBuilder() {
selectionValueBuilderLabel = createLabel(SELECTION_VALUES_LABEL);
selectionValueBuilder = new ListValueBuilder(displayArea, true, null);
selectionValueBuilder.setLayoutData(
new GridData(GridData.FILL_HORIZONTAL));
selectionValueBuilder.setBackground(
getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND));
selectionKeywordListener = new ModifyListener() {