vocabularyLabel.setBackground(getColour(SWT.COLOR_LIST_BACKGROUND));
vocabularyLabel.setText(DevicesMessages.getString(RESOURCE_PREFIX +
"vocabulary.label"));
vocabulary = new Combo(displayArea, SWT.READ_ONLY);
context.getHandler().addControl(new ComboActionable(vocabulary));
vocabulary.add("");
vocabulary.add(UAPROF_DISPLAY_NAME);
vocabulary.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
uaProfLabel = new Label(displayArea, SWT.NONE);