gd.widthHint = convertHorizontalDLUsToPixels( IDialogConstants.MINIMUM_MESSAGE_AREA_WIDTH ) * 3 / 2;
composite.setLayoutData( gd );
BaseWidgetUtils.createLabel( composite, "Please enter the new RDN of the selected entry.", 1 );
this.dnBuilderWidget = new DnBuilderWidget( true, false );
this.dnBuilderWidget.addWidgetModifyListener( this );
this.dnBuilderWidget.createContents( composite );
this.dnBuilderWidget.setInput( this.entry.getConnection(), this.entry.getSubschema().getAllAttributeNames(),
this.entry.getRdn(), null );