c.getCombo().setLayoutData( new GridData( GridData.FILL, GridData.CENTER, true, false, 3, 1 ) );
c.setContentProvider( new ArrayContentProvider() );
c.setInput( ApplicationToolkitType.VALUES );
IEMFValueProperty prop = EMFEditProperties.value( editingDomain,
FeaturePath.fromList( ANT_TASK__DEPLOY, DEPLOY__APPLICATION, APPLICATION__TOOLKIT ) );
dbc.bindValue( selChange.observe( c.getCombo() ), prop.observeDetail( bean ) );
}
{
toolkit.createLabel( sectionClient, "Packaging Format:" ).setLayoutData( new GridData( GridData.BEGINNING, GridData.BEGINNING, false, false ) );
ComboViewer c = new ComboViewer( sectionClient );
c.getCombo().setLayoutData( new GridData( GridData.FILL, GridData.CENTER, true, false, 3, 1 ) );