toolkit.createLabel( sectionClient, "Application title*:" );
Text t = toolkit.createText( sectionClient, "", SWT.BORDER );
t.setLayoutData( new GridData( GridData.FILL, GridData.CENTER, true, false, 3, 1 ) );
IEMFValueProperty prop = EMFEditProperties.value( editingDomain,
FeaturePath.fromList( ANT_TASK__DEPLOY, DEPLOY__APPLICATION, APPLICATION__NAME ) );
dbc.bindValue( textModify.observeDelayed( DELAY, t ), prop.observeDetail( bean ) );
}
{
toolkit.createLabel( sectionClient, "Application version*:" );
Text t = toolkit.createText( sectionClient, "", SWT.BORDER );