attributeTypeCombo = ( Combo ) attributeTypeComboField.getControl();
attributeTypeCombo.setItems( allAtNames );
attributeTypeCombo.setText( initialType );
// content proposal adapter
attributeTypeCPA = new ContentProposalAdapter( attributeTypeCombo, new ComboContentAdapter(),
new ListContentProposalProvider( attributeTypeCombo.getItems() ), null, null );
attributeTypeCPA.setFilterStyle( ContentProposalAdapter.FILTER_NONE );
attributeTypeCPA.setProposalAcceptanceStyle( ContentProposalAdapter.PROPOSAL_REPLACE );
BaseWidgetUtils.createLabel( composite, SEP_MAXCOUNT, 1 );