public void modifyText(ModifyEvent e) {
execute(new UserNameChangeOperation(configuration,sshUserNameText.getText(),Messages.ConnectionDetailsEditorSection_user_name_op));
}
});
Label sshPasswordLabel = toolkit.createLabel(composite, Messages.ConnectionDetailsEditorSection_password_label);
sshPasswordLabel.setLayoutData(leftData);
sshPasswordText = toolkit.createText(composite, PASSWORD_NOT_LOADED,SWT.BORDER|SWT.PASSWORD); //$NON-NLS-1$
sshPasswordText.setLayoutData(filldata);
sshPasswordListener = new ModifyListener(){
public void modifyText(ModifyEvent e) {